Skip to content

fix: update action runtime from Node.js 20 to Node.js 24#827

Open
ChristianTellefsenAttensi wants to merge 1 commit intogame-ci:mainfrom
ChristianTellefsenAttensi:fix/update-node20-to-node24
Open

fix: update action runtime from Node.js 20 to Node.js 24#827
ChristianTellefsenAttensi wants to merge 1 commit intogame-ci:mainfrom
ChristianTellefsenAttensi:fix/update-node20-to-node24

Conversation

@ChristianTellefsenAttensi
Copy link
Copy Markdown

@ChristianTellefsenAttensi ChristianTellefsenAttensi commented Apr 9, 2026

Changes

  • Update action.yml from using: 'node20' to using: 'node24'

Related Issues

Successful Workflow Run Link

  • Tested on a private repository with FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true set 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

  • Read the contribution guide and accept the code of conduct
  • Docs (not needed - no new inputs/outputs)
  • Readme (not needed)
  • Tests (not needed - runtime change only, verified on private repo)

Summary by CodeRabbit

  • Chores
    • Updated the GitHub Action runtime from Node.js 20 to Node.js 24 for improved performance and compatibility.

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
@github-actions
Copy link
Copy Markdown

github-actions bot commented Apr 9, 2026

Cat Gif

@coderabbitai
Copy link
Copy Markdown

coderabbitai bot commented Apr 9, 2026

No actionable comments were generated in the recent review. 🎉

ℹ️ Recent review info
⚙️ Run configuration

Configuration used: Repository UI

Review profile: CHILL

Plan: Pro

Run ID: 5a0d1f14-4dc0-4b1c-9938-381cb67fc073

📥 Commits

Reviewing files that changed from the base of the PR and between 4a7fc08 and 49571e8.

📒 Files selected for processing (1)
  • action.yml

📝 Walkthrough

Walkthrough

The GitHub Action configuration was updated to use Node.js 24 instead of Node.js 20 as the runtime environment. The change affects only the runs.using field in action.yml, while the entry point remains dist/index.js.

Changes

Cohort / File(s) Summary
Node.js Runtime Update
action.yml
Updated runs.using from node20 to node24 to use the newer Node.js runtime version.

Possibly related issues

Poem

🐰 A hop, a skip, from twenty to four,
Node bumps up high, who could ask for more?
Version twenty-four now leads the way,
Fresh rabbit magic powers the day! ✨

Estimated code review effort

🎯 1 (Trivial) | ⏱️ ~2 minutes

🚥 Pre-merge checks | ✅ 3
✅ Passed checks (3 passed)
Check name Status Explanation
Title check ✅ Passed The title clearly and concisely describes the main change: updating the GitHub Action runtime from Node.js 20 to Node.js 24, which matches the changeset in action.yml.
Description check ✅ Passed The PR description follows the template with all required sections completed: Changes section documents the modification, Related Issues references #826, Successful Workflow Run Link describes testing performed, and Checklist is properly filled out.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.

✏️ Tip: You can configure your own custom pre-merge checks in the settings.

✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests

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.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant