Skip to content

Commit c2b72ac

Browse files
committed
Allow Node 22
Closes #139
1 parent 3a4eb2e commit c2b72ac

File tree

4 files changed

+9
-4
lines changed

4 files changed

+9
-4
lines changed

.changeset/sour-windows-fold.md

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
'homebridge-hatch-baby-rest': patch
3+
---
4+
5+
Add support for Node 22

package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/homebridge-hatch-baby-rest/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
"tsconfig": "0.0.0"
3636
},
3737
"engines": {
38-
"node": "^18 || ^20",
38+
"node": "^18 || ^20 || ^22",
3939
"homebridge": "^1.5.1 || ^2.0.0-beta.0"
4040
},
4141
"bugs": {

packages/homebridge-hatch-rest-bluetooth/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
"shared": "*"
3939
},
4040
"engines": {
41-
"node": "^18 || ^20",
41+
"node": "^18 || ^20 || ^22",
4242
"homebridge": "^1.5.1 || ^2.0.0-beta.0"
4343
},
4444
"bugs": {

0 commit comments

Comments
 (0)