-
Notifications
You must be signed in to change notification settings - Fork 98
feat: use node24
as runner
#267
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Bump Node.js version from 20.9.0 to 24.4.0 in .node-version, GitHub Actions workflow, and package.json build target to ensure compatibility with the latest Node.js features and improvements.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull Request Overview
Upgrades Node.js runtime from version 20 to version 24 across the project configuration.
- Updates esbuild target from node20.0.0 to node24.0.0
- Changes GitHub Action runtime from node20 to node24
- Updates development environment Node.js version to 24.4.0
Reviewed Changes
Copilot reviewed 4 out of 4 changed files in this pull request and generated no comments.
File | Description |
---|---|
package.json | Updates esbuild target to compile for Node.js 24 |
action.yml | Changes GitHub Action runtime to use node24 |
.node-version | Sets development Node.js version to 24.4.0 |
.github/workflows/test.yml | Updates CI workflow to test with Node.js 24 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks, @salmanmkc! ✨
# [2.1.0](v2.0.6...v2.1.0) (2025-08-08) ### Features * use `node24` as runner ([#267](#267)) ([a1cbe0f](a1cbe0f))
🎉 This PR is included in version 2.1.0 🎉 The release is available on GitHub release Your semantic-release bot 📦🚀 |
This reverts commit a1cbe0f.
… v2.1.1 ) (#536) This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [actions/create-github-app-token](https://redirect.github.com/actions/create-github-app-token) | action | patch | `v2.1.0` -> `v2.1.1` | --- ### Release Notes <details> <summary>actions/create-github-app-token (actions/create-github-app-token)</summary> ### [`v2.1.1`](https://redirect.github.com/actions/create-github-app-token/releases/tag/v2.1.1) [Compare Source](https://redirect.github.com/actions/create-github-app-token/compare/v2.1.0...v2.1.1) ##### Bug Fixes - revert "use `node24` as runner" ([#​278](https://redirect.github.com/actions/create-github-app-token/issues/278)) ([5204204](https://redirect.github.com/actions/create-github-app-token/commit/5204204e81cbd981afcdf714413410ba8697fd67)), closes [actions/create-github-app-token#267](https://redirect.github.com/actions/create-github-app-token/issues/267) </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://redirect.github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS4yNjQuMCIsInVwZGF0ZWRJblZlciI6IjM5LjI2NC4wIiwidGFyZ2V0QnJhbmNoIjoiZGV2IiwibGFiZWxzIjpbInJlbm92YXRlL2dpdGh1Yi1hY3Rpb24iLCJyZW5vdmF0ZS9naXRodWItcmVsZWFzZSIsInR5cGUvcGF0Y2giXX0=--> Co-authored-by: bloopy-boi[bot] <98279278+bloopy-boi[bot]@users.noreply.github.com>
Upgrade to node 24 as runners have node 24 support
actions/runner#3940