ci: opt into Node.js 24 for all GitHub Actions workflows

Co-authored-by: christianlouis <361235+christianlouis@users.noreply.github.com>
This commit is contained in:
copilot-swe-agent[bot]
2026-03-11 11:52:35 +00:00
parent 50a4f76f9c
commit c306d80755
4 changed files with 10 additions and 0 deletions
+3
View File
@@ -8,6 +8,9 @@ on:
schedule:
- cron: '37 1 * * 1'
env:
FORCE_JAVASCRIPT_ACTIONS_TO_NODE24: true
jobs:
analyze:
name: Analyze (${{ matrix.language }})