Skip to content

Commit 8d0c9be

Browse files
weiyong1024claude
andcommitted
ci: force Node.js 24 for all actions (suppress goreleaser warning)
goreleaser-action@v6 still uses Node.js 20 internally and has no v7. Set FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true at workflow level. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent d818ec1 commit 8d0c9be

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/release.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,9 @@ permissions:
99
contents: write
1010
packages: write
1111

12+
env:
13+
FORCE_JAVASCRIPT_ACTIONS_TO_NODE24: true
14+
1215
jobs:
1316
release:
1417
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)