Skip to content

Commit

Permalink
fix: Add Node 22 support, remove Node 21 #22595
Browse files Browse the repository at this point in the history
  • Loading branch information
Koenkk committed May 13, 2024
1 parent c02c61d commit cda867a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest, macos-latest, windows-latest]
node: [18, 20]
node: [18, 20, 22]
runs-on: ${{ matrix.os }}
continue-on-error: true
steps:
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"url": "git+https://github.com/Koenkk/zigbee2mqtt.git"
},
"engines": {
"node": "^18 || ^20 || ^21"
"node": "^18 || ^20 || ^22"
},
"keywords": [
"xiaomi",
Expand Down

0 comments on commit cda867a

Please sign in to comment.