Skip to content

Commit 9806ca4

Browse files
noelsaw1claude
andcommitted
Opt into Node.js 24 for GitHub Actions
Sets FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true at workflow level to silence the Node.js 20 deprecation warning on actions/checkout@v4 and actions/upload-artifact@v4 ahead of the June 2 2026 deadline. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
1 parent acedf55 commit 9806ca4

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

.github/workflows/ci.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,10 @@ on:
4242
- development
4343
workflow_dispatch: # Allow manual triggers
4444

45+
# Opt into Node.js 24 for actions (Node.js 20 deprecated, forced June 2 2026)
46+
env:
47+
FORCE_JAVASCRIPT_ACTIONS_TO_NODE24: true
48+
4549
# Prevent duplicate runs: use branch name as concurrency key
4650
concurrency:
4751
group: ${{ github.workflow }}-${{ github.head_ref || github.ref }}

0 commit comments

Comments
 (0)