Skip to content

Commit 209bdc4

Browse files
comclaude
authored andcommitted
fix(ci): update npm to latest for trusted publishing OIDC support
npm >= 11.5.1 is required for trusted publishing to work correctly. Node 22 ships with npm 10.x which causes E404 on OIDC publish. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 6648bf9 commit 209bdc4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ jobs:
1818
with:
1919
node-version: 22
2020
registry-url: 'https://registry.npmjs.org'
21+
- run: npm install -g npm@latest
2122
- run: npm ci
2223
- run: npm run build
2324
- run: npm test

0 commit comments

Comments
 (0)