Skip to content

Commit 6922e58

Browse files
committed
fix(publish): add integrity check for npm installation
1 parent fe943ce commit 6922e58

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/npm-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525

2626
- name: Update npm
2727
# Keep npm pinned: npm publish --provenance relies on modern trusted publishing support.
28-
run: npm install -g npm@11.17.0
28+
run: npm install -g npm@11.17.0 --integrity sha512-PurxiZexEHDTE4SSaLI3ZrnbAGiZfeyUcQcxcP5D+hfytNAze/D1IzDuInTn9XVLIbAQUnQuSPXJx02LHjLvQw==
2929

3030
- name: Verify npm provenance support
3131
run: |

0 commit comments

Comments
 (0)