Skip to content

Commit b57ccef

Browse files
committed
Pin Node.js 24 in release workflow
Replace node-version-file: '.nvmrc' with an explicit node-version: '24' in the release GitHub Actions workflow and rename the step to 'Setup Node.js (for npm OIDC publishing)'. This ensures the workflow uses Node 24 for npm OIDC publishing rather than relying on the repo's .nvmrc.
1 parent 1bdef35 commit b57ccef

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

.github/workflows/release.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,10 +22,11 @@ jobs:
2222
with:
2323
fetch-depth: 0
2424
submodules: recursive
25-
- name: Setup Node.js
25+
26+
- name: Setup Node.js (for npm OIDC publishing)
2627
uses: actions/setup-node@v4
2728
with:
28-
node-version-file: '.nvmrc'
29+
node-version: '24'
2930
registry-url: 'https://registry.npmjs.org'
3031

3132
- name: Install pnpm

0 commit comments

Comments
 (0)