diff --git a/.github/workflows/update_deps.yml b/.github/workflows/update_deps.yml index 2ef2b4448..15b5b3df9 100644 --- a/.github/workflows/update_deps.yml +++ b/.github/workflows/update_deps.yml @@ -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: