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

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
Jakub
2026-05-20 10:03:15 +02:00
parent e9b38fc559
commit f289252da5
6 changed files with 18 additions and 0 deletions

View File

@@ -9,6 +9,9 @@ on:
tags:
- 'companion-*'
env:
FORCE_JAVASCRIPT_ACTIONS_TO_NODE24: true
jobs:
build:

View File

@@ -9,6 +9,9 @@ on:
tags:
- 'repeater-*'
env:
FORCE_JAVASCRIPT_ACTIONS_TO_NODE24: true
jobs:
build:

View File

@@ -9,6 +9,9 @@ on:
tags:
- 'room-server-*'
env:
FORCE_JAVASCRIPT_ACTIONS_TO_NODE24: true
jobs:
build:

View File

@@ -9,6 +9,9 @@ on:
tags:
- 'wio-tracker-v*'
env:
FORCE_JAVASCRIPT_ACTIONS_TO_NODE24: true
jobs:
build-standard:

View File

@@ -9,6 +9,9 @@ on:
permissions:
contents: write
env:
FORCE_JAVASCRIPT_ACTIONS_TO_NODE24: true
jobs:
github-pages:
runs-on: ubuntu-latest

View File

@@ -18,6 +18,9 @@ on:
- 'platformio.ini'
- '.github/workflows/pr-build-check.yml'
env:
FORCE_JAVASCRIPT_ACTIONS_TO_NODE24: true
jobs:
build:
runs-on: ubuntu-latest