Skip to content

Commit

Permalink
Add Node 22 support
Browse files Browse the repository at this point in the history
Closes #1503
  • Loading branch information
dgreif committed Oct 12, 2024
1 parent a64dd0f commit 2df3073
Show file tree
Hide file tree
Showing 5 changed files with 17 additions and 11 deletions.
6 changes: 6 additions & 0 deletions .changeset/ninety-adults-fry.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
'homebridge-ring': minor
'ring-client-api': minor
---

Add support for Node 22
2 changes: 1 addition & 1 deletion .github/workflows/nodejs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:

strategy:
matrix:
node-version: [18, 20]
node-version: [18, 20, 22]

steps:
- uses: actions/checkout@v4
Expand Down
16 changes: 8 additions & 8 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion packages/homebridge-ring/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"typescript": "5.5.4"
},
"engines": {
"node": "^18 || ^20",
"node": "^18 || ^20 || ^22",
"homebridge": ">=1.4.0"
},
"repository": {
Expand Down
2 changes: 1 addition & 1 deletion packages/ring-client-api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
"typescript": "5.5.4"
},
"engines": {
"node": "^18 || ^20"
"node": "^18 || ^20 || ^22"
},
"repository": {
"type": "git",
Expand Down

0 comments on commit 2df3073

Please sign in to comment.