Skip to content

Commit 27e9674

Browse files
authored
Merge pull request #6 from codeql-agent-project/adapt-slsa
fix: update latest npm to support provenance
2 parents 761b2de + 5379b25 commit 27e9674

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/npm-publish.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,8 @@ jobs:
2828
with:
2929
node-version: 16
3030
registry-url: https://registry.npmjs.org/
31+
- name: Install latest npm
32+
run: npm install -g npm@latest
3133
- run: npm ci
3234
- run: npm publish --provenance
3335
env:

0 commit comments

Comments
 (0)