ci: force Node.js 24 for JS actions (deadline June 2, 2026)
Add FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true env var to ci.yml, security.yml and build-kiosk.yml to prevent action failures when GitHub removes Node 20 runner support on 2026-06-02. Also re-triggers CI to bypass transient 403 infrastructure failure that hit the previous run (GitHub CDN outage).
This commit is contained in:
@@ -6,6 +6,9 @@ on:
|
||||
pull_request:
|
||||
branches: [main]
|
||||
|
||||
env:
|
||||
FORCE_JAVASCRIPT_ACTIONS_TO_NODE24: true
|
||||
|
||||
jobs:
|
||||
lint-php:
|
||||
name: PHP Syntax Check
|
||||
|
||||
Reference in New Issue
Block a user