ci: opt workflows into Node 24 action runtime

This commit is contained in:
Peter Steinberger
2026-03-13 16:41:22 +00:00
parent 261a40dae1
commit 41718404a1
10 changed files with 26 additions and 0 deletions

View File

@@ -9,6 +9,9 @@ concurrency:
group: ci-${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
cancel-in-progress: ${{ github.event_name == 'pull_request' }}
env:
FORCE_JAVASCRIPT_ACTIONS_TO_NODE24: "true"
jobs:
# Detect docs-only changes to skip heavy jobs (test, build, Windows, macOS, Android).
# Lint and format always run. Fail-safe: if detection fails, run everything.