Skip to content
This repository was archived by the owner on May 13, 2026. It is now read-only.

Commit 817e102

Browse files
chore: upgrade npm to latest for OIDC trusted publishing support
Co-authored-by: Cursor <cursoragent@cursor.com>
1 parent 914fbd1 commit 817e102

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/version.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,9 @@ jobs:
2626
node-version: 22
2727
registry-url: 'https://registry.npmjs.org'
2828

29+
- name: Upgrade npm for trusted publishing support
30+
run: npm install -g npm@latest
31+
2932
- name: Clear stale auth token for OIDC
3033
run: npm config delete '//registry.npmjs.org/:_authToken' || true
3134

0 commit comments

Comments
 (0)