Skip to content

Commit 5f236d3

Browse files
beefoclaude
andcommitted
use Node 24 for publish (ships with npm 11.5.1+ for OIDC)
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 4aa4ce3 commit 5f236d3

1 file changed

Lines changed: 2 additions & 5 deletions

File tree

.github/workflows/publish.yml

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -36,10 +36,7 @@ jobs:
3636
- name: Setup Node.js
3737
uses: actions/setup-node@v4
3838
with:
39-
node-version: 22.x
40-
41-
- name: Upgrade npm for Trusted Publishing
42-
run: npm install -g npm@latest
39+
node-version: 24.x
4340

4441
- name: Install dependencies
4542
run: npm ci
@@ -60,4 +57,4 @@ jobs:
6057
fi
6158
6259
- name: Publish to npm
63-
run: npm publish --access public
60+
run: npm publish --provenance --access public

0 commit comments

Comments
 (0)