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.
1 parent 23fcbc3 commit 85af16aCopy full SHA for 85af16a
.github/workflows/node-release-no-provenance.yml
@@ -24,7 +24,7 @@ on:
24
install:
25
type: string
26
description: 'Install dependencies script'
27
- default: 'npm i --no-package-lock --no-fund --force'
+ default: 'npm i --no-package-lock --no-fund --force && rm -rf package-lock.json'
28
29
action_ref:
30
.github/workflows/node-release.yml
0 commit comments