diff --git a/.github/workflows/update_deps.yml b/.github/workflows/update_deps.yml index 80e6e8026..58dad74c9 100644 --- a/.github/workflows/update_deps.yml +++ b/.github/workflows/update_deps.yml @@ -21,9 +21,8 @@ jobs: - uses: actions/setup-node@v3 with: node-version: 16 - - run: rm -rf npm-shrinkwrap.json - run: npx npm-check-updates -u -x connect-gzip-static # connect-gzip-static only supports node 16 - - run: npm install && npm shrinkwrap --dev + - run: npm install - uses: peter-evans/create-pull-request@v4 with: commit-message: Update dependencies