We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9e119bb commit 4d031c0Copy full SHA for 4d031c0
1 file changed
.github/workflows/npm-provenance.yml
@@ -17,7 +17,7 @@ jobs:
17
node-version: '20.x'
18
registry-url: 'https://registry.npmjs.org'
19
- run: npm install -g npm
20
- - run: npm ci
+ - run: npm install
21
- run: npm publish --provenance public
22
env:
23
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
0 commit comments