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:
dadaloop82
2026-05-26 12:31:37 +00:00
parent be3dceeebb
commit 730efe4d87
3 changed files with 9 additions and 0 deletions
+3
View File
@@ -1,5 +1,8 @@
name: Build & Release Kiosk APK
env:
FORCE_JAVASCRIPT_ACTIONS_TO_NODE24: true
on:
push:
branches: [main]