We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents fabba53 + 3668002 commit ae4a2d9Copy full SHA for ae4a2d9
.github/workflows/relock.yaml
@@ -27,7 +27,7 @@ jobs:
27
- name: Run npm update
28
run: |
29
echo "//registry.npmjs.org/:_authToken=${{ secrets.NPM_TOKEN }}" > .npmrc
30
- npm update
+ npm update --save
31
rm -f .npmrc
32
33
- name: Create Signed Commit
0 commit comments