Skip to content

Commit 219fcc6

Browse files
committed
fix: use Node 24 in release workflow for npm Trusted Publishers
npm Trusted Publishers OIDC requires npm >= 11.5.1, which ships with Node 24. Node 22 ships with npm 10.x which doesn't support OIDC.
1 parent 86b07a5 commit 219fcc6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
- name: Setup node
3232
uses: actions/setup-node@v4
3333
with:
34-
node-version: 22
34+
node-version: 24
3535
registry-url: 'https://registry.npmjs.org'
3636

3737
- uses: pnpm/action-setup@v3

0 commit comments

Comments
 (0)