Skip to content

Commit

Permalink
chore: fix d22d45a
Browse files Browse the repository at this point in the history
  • Loading branch information
Koenkk committed Jul 16, 2023
1 parent d22d45a commit 83205e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/update_deps.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
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 @types/ws
- run: npx npm-check-updates -u -x connect-gzip-static -x @types/ws
- run: npm install
- uses: peter-evans/create-pull-request@v5
with:
Expand Down

0 comments on commit 83205e4

Please sign in to comment.