chore: opt-in to Node.js 24 for GitHub Actions to clear deprecation warning

Set the environment variable FORCE_JAVASCRIPT_ACTIONS_TO_NODE24 to true
to force the workflow and runner to execute all JavaScript actions using
Node.js 24. This resolves the future deprecation warning for Node.js 20.
This commit is contained in:
2026-05-25 16:01:19 +08:00
parent a8ff1cabad
commit e2a40795c5
+1
View File
@@ -6,6 +6,7 @@ on:
env:
APP_NAME: delta-force-guide-server
FORCE_JAVASCRIPT_ACTIONS_TO_NODE24: true
jobs:
# ================================================================