From 83205e43da0dff6040bd9261c1eeb47e0a4ed6e0 Mon Sep 17 00:00:00 2001 From: koenkk Date: Sun, 16 Jul 2023 08:41:41 +0200 Subject: [PATCH] chore: fix d22d45a697136450737b497062b7ebed27df608b --- .github/workflows/update_deps.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/update_deps.yml b/.github/workflows/update_deps.yml index 2ef2b44484..15b5b3df9c 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: