Skip to content

Commit 03fddf8

Browse files
johnsideserfBONGRAKERclaude
authored
Force Node.js 24 for action-gh-release (closes #300) (#308)
softprops/action-gh-release@v2 still runs on Node.js 20, which GitHub is deprecating (forced Node 24 in June 2026, removed entirely Sept 2026). Upstream has an open PR (softprops/action-gh-release#670) but it hasn't merged yet. Setting FORCE_JAVASCRIPT_ACTIONS_TO_NODE24 suppresses the deprecation warning and ensures compatibility now. Co-authored-by: BONGRAKER <smileh@gmail.com> Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent e802dea commit 03fddf8

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -87,6 +87,8 @@ jobs:
8787

8888
- name: Create GitHub Release
8989
uses: softprops/action-gh-release@v2
90+
env:
91+
FORCE_JAVASCRIPT_ACTIONS_TO_NODE24: true
9092
with:
9193
generate_release_notes: true
9294
files: siggy-*

0 commit comments

Comments
 (0)