mirror of
https://github.com/Koenkk/zigbee2mqtt.git
synced 2026-08-21 18:19:51 +00:00
fix: Support Node 21 and drop 16
This commit is contained in:
@@ -83,7 +83,7 @@ jobs:
|
||||
strategy:
|
||||
matrix:
|
||||
os: [ubuntu-latest, macos-latest, windows-latest]
|
||||
node: [16, 18, 20]
|
||||
node: [18, 20]
|
||||
runs-on: ${{ matrix.os }}
|
||||
continue-on-error: true
|
||||
steps:
|
||||
|
||||
@@ -22,9 +22,7 @@ jobs:
|
||||
with:
|
||||
node-version: 20
|
||||
cache: npm
|
||||
# connect-gzip-static only supports node 16
|
||||
# @types/ws 8.5.5 is broken
|
||||
- run: npx npm-check-updates -u -x connect-gzip-static -x @types/ws
|
||||
- run: npx npm-check-updates -u
|
||||
- run: npm install
|
||||
- uses: peter-evans/create-pull-request@v5
|
||||
with:
|
||||
|
||||
Reference in New Issue
Block a user