There was an error while loading. Please reload this page.
1 parent 9e587b3 commit 68d6666Copy full SHA for 68d6666
1 file changed
.github/workflows/publish-npm.yml
@@ -47,7 +47,9 @@ jobs:
47
registry-url: 'https://registry.npmjs.org'
48
49
- name: Upgrade npm (trusted publishing + provenance need >= 11.5.1)
50
- run: npm install -g npm@latest
+ # Pinned to 11.x: npm 12.0.0 ships a broken provenance path
51
+ # ("Cannot find module 'sigstore'" in libnpmpublish). Unpin once fixed.
52
+ run: npm install -g npm@11
53
54
- name: Resolve version
55
id: ver
0 commit comments