Skip to content

Commit 4d031c0

Browse files
authored
ci(provenance): do not use npm ci (#367)
1 parent 9e119bb commit 4d031c0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/npm-provenance.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
node-version: '20.x'
1818
registry-url: 'https://registry.npmjs.org'
1919
- run: npm install -g npm
20-
- run: npm ci
20+
- run: npm install
2121
- run: npm publish --provenance public
2222
env:
2323
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}

0 commit comments

Comments
 (0)