From d22d45a697136450737b497062b7ebed27df608b Mon Sep 17 00:00:00 2001 From: koenkk Date: Sun, 16 Jul 2023 08:39:23 +0200 Subject: [PATCH] chore: don't update @types/ws package --- .github/workflows/update_deps.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/update_deps.yml b/.github/workflows/update_deps.yml index 8d311c9b..2ef2b444 100644 --- a/.github/workflows/update_deps.yml +++ b/.github/workflows/update_deps.yml @@ -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: