Skip to content

Commit e7f6a74

Browse files
hiroTamadaclaude
andcommitted
ci: bump release Node to 24 so npm@latest installs
npm@latest now resolves to npm@12, which dropped Node 20 support (requires ^22.22.2 || ^24.15.0 || >=26.0.0). The release job pinned Node 20, so `npm install -g npm@latest` failed with EBADENGINE and skipped GoReleaser. Node 24 is already the actions runtime and ships npm >= 11.5.1 for OIDC trusted publishing. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
1 parent 88bc79e commit e7f6a74

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
- name: Set up Node.js
3636
uses: actions/setup-node@v6
3737
with:
38-
node-version: '20'
38+
node-version: '24'
3939
registry-url: 'https://registry.npmjs.org'
4040

4141
- name: Ensure latest npm (>= 11.5.1 for OIDC)

0 commit comments

Comments
 (0)