Skip to content

Commit 9b00a2d

Browse files
BONGRAKERclaude
andcommitted
Force Node.js 24 for action-gh-release (closes #300)
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: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent e802dea commit 9b00a2d

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.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)