Skip to content

Commit 3580276

Browse files
DumpySquareclaude
andcommitted
ci: add npm@latest for OIDC trusted publisher support
Requires npm 11.5.1+ for OIDC token exchange to work properly. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
1 parent a374316 commit 3580276

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/main.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,9 @@ jobs:
4646
node-version: ${{ env.NODE_VERSION }}
4747
registry-url: 'https://registry.npmjs.org'
4848

49+
- name: Update npm for OIDC support
50+
run: npm install -g npm@latest
51+
4952
- name: install node deps
5053
run: npm ci
5154

0 commit comments

Comments
 (0)