fix(ignore): Downgrade connect-gzip-static to 3.0.1 https://github.com/Koenkk/zigbee2mqtt/issues/20149

This commit is contained in:
koenkk
2023-12-11 19:24:36 +01:00
parent 87f6b9e81a
commit f64c00c8d3
3 changed files with 30 additions and 12 deletions
+2 -1
View File
@@ -22,7 +22,8 @@ jobs:
with:
node-version: 20
cache: npm
- run: npx npm-check-updates -u
# connect-gzip-static@4.0.0 requires Node 20 >=
- run: npx npm-check-updates -u -x connect-gzip-static
- run: npm install
- uses: peter-evans/create-pull-request@v5
with: