File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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 :
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
Original file line number Diff line number Diff line change 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 :
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
Original file line number Diff line number Diff line change 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" ,
6768 "ts-node" : " ^10.9.1" ,
6869 "typescript" : " ^5.2.2"
6970 }
70- }
71+ }
You can’t perform that action at this time.
0 commit comments