chore: don't update @types/ws package

This commit is contained in:
koenkk
2023-07-16 08:39:23 +02:00
parent f5f5b037b8
commit d22d45a697
+3 -1
View File
@@ -22,7 +22,9 @@ jobs:
with:
node-version: 20
cache: npm
- run: npx npm-check-updates -u -x connect-gzip-static # connect-gzip-static only supports node 16
# connect-gzip-static only supports node 16
# @types/ws 8.5.5 is broken
- run: npx npm-check-updates -u -x connect-gzip-static @types/ws
- run: npm install
- uses: peter-evans/create-pull-request@v5
with: