This commit is contained in:
Koen Kanters
2022-05-29 08:43:02 +02:00
committed by GitHub
parent 43a82ad835
commit 05975109a4
+1 -1
View File
@@ -16,7 +16,7 @@ jobs:
with:
node-version: 16
- run: rm -rf npm-shrinkwrap.json
- run: npx npm-check-updates -u
- run: npx npm-check-updates -u -x connect-gzip-static # connect-gzip-static only supports node 16
- run: npm install && npm shrinkwrap --dev
- uses: peter-evans/create-pull-request@v3
with: