We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 8c6d583 + 59b9dd4 commit cc38020Copy full SHA for cc38020
.github/workflows/build.yml
@@ -9,7 +9,7 @@ jobs:
9
strategy:
10
matrix:
11
# the Node.js versions to build on
12
- node-version: [ 18.x, 20.x, 22.x ]
+ node-version: [ 20.x, 22.x, 24.x ]
13
14
steps:
15
- uses: actions/checkout@v4
package.json
@@ -17,7 +17,7 @@
17
"url": "https://paypal.me/dwager0"
18
},
19
"engines": {
20
- "node": "^18 || ^20 || ^22",
+ "node": "^20 || ^22 || ^24",
21
"homebridge": "^1.7.0 || ^2.0.0-beta.0"
22
23
"main": "dist/index.js",
0 commit comments