Skip to content

feat!: Upgrade to Node.js 24#47

Merged
nick-fields merged 1 commit intonick-fields:mainfrom
dylanmtaylor:node24-v3
Mar 20, 2026
Merged

feat!: Upgrade to Node.js 24#47
nick-fields merged 1 commit intonick-fields:mainfrom
dylanmtaylor:node24-v3

Conversation

@dylanmtaylor
Copy link
Copy Markdown
Contributor

Upgrades the action runtime from node20 to node24 to address the upcoming GitHub Actions deprecation of Node.js 20 (effective June 2, 2026).

Changes:

  • action.yml: node20node24
  • Replaced @zeit/ncc with @vercel/ncc (the old package is incompatible with modern Node.js)
  • Rebuilt dist/index.js

All 48 tests pass.

This is a breaking change and should be released as v3.0.0.

See: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/

@dylanmtaylor
Copy link
Copy Markdown
Contributor Author

@nick-fields I've got this v24 PR too, not sure if you got notified.

@nick-fields
Copy link
Copy Markdown
Owner

Nope I didn't get this one, but I did get notified for your actions version bumps an hour ago. Thanks for the nudge here

Copy link
Copy Markdown
Owner

@nick-fields nick-fields left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@dylanmtaylor See below

- Update action runtime from node20 to node24
- Replace @zeit/ncc with @vercel/ncc for Node 24 compatibility

BREAKING CHANGE: Minimum runner requirement is now Node.js 24.
@dylanmtaylor
Copy link
Copy Markdown
Contributor Author

@nick-fields fixed.

Copy link
Copy Markdown
Owner

@nick-fields nick-fields left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks @dylanmtaylor

@nick-fields nick-fields merged commit 22dd2a6 into nick-fields:main Mar 20, 2026
@dylanmtaylor dylanmtaylor deleted the node24-v3 branch March 20, 2026 17:49
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.

2 participants