Skip to content

Commit 42929f3

Browse files
dickhardtclaude
andcommitted
Fix release workflow: use Node 24 for npm 11.x trusted publishing
Node 24 ships with npm 11.x which supports OIDC trusted publishing natively. This replaces the broken npm install -g npm@latest step. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent 60bb3cf commit 42929f3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
- uses: actions/checkout@v4
3434
- uses: actions/setup-node@v4
3535
with:
36-
node-version: 22
36+
node-version: 24
3737
cache: 'npm'
3838
registry-url: 'https://registry.npmjs.org'
3939
- run: npm ci

0 commit comments

Comments
 (0)