diff --git a/.github/workflows/update_deps.yml b/.github/workflows/update_deps.yml index e5e8ff1a1..42cbea5f0 100644 --- a/.github/workflows/update_deps.yml +++ b/.github/workflows/update_deps.yml @@ -27,8 +27,6 @@ jobs: cache: pnpm - run: | pnpm up --latest - # connect-gzip-static@4.0.0 requires Node 20 >= - pnpm i connect-gzip-static@3.0.1 - uses: peter-evans/create-pull-request@v7 with: commit-message: 'fix(ignore): update dependencies'