Update update_deps.yml

This commit is contained in:
Koen Kanters
2022-06-05 21:48:26 +02:00
committed by GitHub
parent 05538ec28b
commit a252914ecd
+1 -2
View File
@@ -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