Skip to content

Commit c626848

Browse files
fix(ci): use Node 24 for npm 11 OIDC support
1 parent cc25950 commit c626848

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
@@ -25,7 +25,7 @@ jobs:
2525
# Configure registry for OIDC token exchange
2626
- uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4.4.0
2727
with:
28-
node-version: '22'
28+
node-version: '24'
2929
registry-url: 'https://registry.npmjs.org'
3030
- run: git config user.name "${{ github.actor }}"
3131
- run: git config user.email "${{ github.actor }}@users.noreply.github.com"

0 commit comments

Comments
 (0)