Skip to content

Commit db024ea

Browse files
committed
ci: opt-in to Node.js 24 for reusable workflow
1 parent 9355eb2 commit db024ea

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/ci.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -119,6 +119,11 @@ on:
119119
permissions:
120120
contents: read
121121

122+
env:
123+
# Opt-in to Node.js 24 for GitHub Actions to avoid deprecation warnings.
124+
# See: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
125+
FORCE_JAVASCRIPT_ACTIONS_TO_NODE24: true
126+
122127
concurrency:
123128
group: ${{ github.workflow }}-${{ github.head_ref || github.run_id }}
124129
cancel-in-progress: true

0 commit comments

Comments
 (0)