File tree 3 files changed +3
-5
lines changed
3 files changed +3
-5
lines changed Original file line number Diff line number Diff line change 83
83
strategy :
84
84
matrix :
85
85
os : [ubuntu-latest, macos-latest, windows-latest]
86
- node : [16, 18, 20]
86
+ node : [18, 20]
87
87
runs-on : ${{ matrix.os }}
88
88
continue-on-error : true
89
89
steps :
Original file line number Diff line number Diff line change 22
22
with :
23
23
node-version : 20
24
24
cache : npm
25
- # connect-gzip-static only supports node 16
26
- # @types/ws 8.5.5 is broken
27
- - run : npx npm-check-updates -u -x connect-gzip-static -x @types/ws
25
+ - run : npx npm-check-updates -u
28
26
- run : npm install
29
27
- uses : peter-evans/create-pull-request@v5
30
28
with :
Original file line number Diff line number Diff line change 8
8
"url" : " git+https://github.com/Koenkk/zigbee2mqtt.git"
9
9
},
10
10
"engines" : {
11
- "node" : " ^16 || ^ 18 || ^19 || ^20 "
11
+ "node" : " ^18 || ^20 || ^21 "
12
12
},
13
13
"keywords" : [
14
14
" xiaomi" ,
You can’t perform that action at this time.
0 commit comments