Skip to content

Commit

Permalink
Support Node.js 20 (Koenkk#17422)
Browse files Browse the repository at this point in the history
  • Loading branch information
Koenkk authored Apr 22, 2023
1 parent 704bbb5 commit 4c0c69b
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 @@ -82,7 +82,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest, macos-latest, windows-latest]
node: [14, 16, 18, 19]
node: [16, 18, 20]
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": "^14 || ^16 || ^18 || ^19"
"node": "^14 || ^16 || ^18 || ^19 || ^20"
},
"keywords": [
"xiaomi",
Expand Down

0 comments on commit 4c0c69b

Please sign in to comment.