fix: update action runtime from Node.js 20 to Node.js 24#827
fix: update action runtime from Node.js 20 to Node.js 24#827ChristianTellefsenAttensi wants to merge 1 commit intogame-ci:mainfrom
Conversation
GitHub is deprecating Node.js 20 on Actions runners: - June 2, 2026: Node.js 24 forced as default - September 16, 2026: Node.js 20 removed Ref: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/ Closes game-ci#826
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Repository UI Review profile: CHILL Plan: Pro Run ID: 📒 Files selected for processing (1)
📝 WalkthroughWalkthroughThe GitHub Action configuration was updated to use Node.js 24 instead of Node.js 20 as the runtime environment. The change affects only the Changes
Possibly related issues
Poem
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~2 minutes 🚥 Pre-merge checks | ✅ 3✅ Passed checks (3 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |

Changes
action.ymlfromusing: 'node20'tousing: 'node24'Related Issues
Successful Workflow Run Link
FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=trueset as a top-level env variable. All jobs passed: unit tests, builds for Windows/iOS/Android. We cannot link directly as the repo is private, but happy to share logs or screenshots if needed.Checklist
Summary by CodeRabbit