Skip to content

Commit 4f6fac5

Browse files
zrosenbauerclaude
andcommitted
fix(ci): upgrade to node 24 for npm oidc trusted publishing
Node 22 ships with npm 10.x which does not support OIDC trusted publishing. Node 24 ships with npm 11.x which supports it natively. Also removes NPM_CONFIG_PROVENANCE as it is automatic with trusted publishing. Co-Authored-By: Claude <noreply@anthropic.com>
1 parent ad78e09 commit 4f6fac5

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
- name: Setup Node.js
2727
uses: actions/setup-node@v4
2828
with:
29-
node-version: 22
29+
node-version: 24
3030
cache: 'pnpm'
3131
registry-url: 'https://registry.npmjs.org'
3232

@@ -44,4 +44,3 @@ jobs:
4444
version: pnpm run version
4545
env:
4646
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
47-
NPM_CONFIG_PROVENANCE: true

0 commit comments

Comments
 (0)