Skip to content

Commit 7ef99a8

Browse files
v1rtlclaude
andcommitted
fix: upgrade npm for OIDC trusted publishing support
npm 11.5.1+ is required for trusted publishing OIDC handshake. Node.js 22 ships with npm v10 which doesn't support it. Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
1 parent dd9d566 commit 7ef99a8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,4 +27,5 @@ jobs:
2727
- run: bun i
2828
- run: bun run build
2929

30+
- run: npm install -g npm@latest
3031
- run: npm publish --provenance --access public

0 commit comments

Comments
 (0)