Skip to content

Commit f6b68e3

Browse files
committed
Update CI Node version and publish beta
1 parent aec6fa9 commit f6b68e3

3 files changed

Lines changed: 6 additions & 5 deletions

File tree

.github/workflows/nodejs-beta.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
build:
99
strategy:
1010
matrix:
11-
node-version: [18.x, 20.x]
11+
node-version: [22.x, 24.x]
1212
os: [ubuntu-latest]
1313
runs-on: ${{ matrix.os }}
1414
steps:
@@ -34,7 +34,7 @@ jobs:
3434
- uses: actions/checkout@v4
3535
- uses: actions/setup-node@v4
3636
with:
37-
node-version: 16 # use the minimum required version
37+
node-version: 22 # use the minimum required version
3838
registry-url: https://registry.npmjs.org/
3939
- run: npm ci
4040
- run: node .github/workflows/prerelease.js

.github/workflows/nodejs.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
build:
1212
strategy:
1313
matrix:
14-
node-version: [18.x, 20.x]
14+
node-version: [22.x, 24.x]
1515
os: [ubuntu-latest]
1616
runs-on: ${{ matrix.os }}
1717
steps:
@@ -38,7 +38,7 @@ jobs:
3838
- uses: actions/checkout@v4
3939
- uses: actions/setup-node@v4
4040
with:
41-
node-version: 16 # use the minimum required version
41+
node-version: 22 # use the minimum required version
4242
registry-url: https://registry.npmjs.org/
4343
- run: npm ci
4444
- run: npm publish

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
{
22
"name": "homebridge-node-alarm-dot-com",
33
"version": "1.10.2",
4+
"betaVersion": "1.11.0",
45
"description": "Alarm.com plugin for Homebridge using Node.js",
56
"author": {
67
"name": "Mike Kormendy",
@@ -67,4 +68,4 @@
6768
"ts-node": "^10.9.1",
6869
"typescript": "^5.2.2"
6970
}
70-
}
71+
}

0 commit comments

Comments
 (0)