Uh oh!
There was an error while loading. Please reload this page.
build: require Node.js 24.2 or newer - #23
Merged
Merged
Conversation
Raises the runtime floor from 22.18 to 24.2: engines, the mise and CI toolchain pins (Node 24.19.0, latest 24.x), the shared tsdown bundle target, and the contributor docs. Co-authored-by: Codesmith <codesmith-bot@users.noreply.github.com>
Co-authored-by: Codesmith <codesmith-bot@users.noreply.github.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for freeto join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Raises the project's Node.js floor from 22.18 to 24.2 everywhere the version is declared, so the engines gate, local toolchain pins, CI, and the emitted bundles all agree:
mise.tomland.github/actions/setup-toolchainnow pin Node 24.19.0 (the latest 24.x release), the shared tsdown config emits fornode24.2instead ofnode20.11, and README, CONTRIBUTING, and AGENTS.md state the new requirement (CLAUDE.md and GEMINI.md are symlinks to AGENTS.md).@types/nodewas already on ^24.No source changes: packages keep building the same code, just without down-leveling below the supported runtime.
Need help on this PR? Tag
@codesmith-botwith what you need. Autofix is enabled.Confidence Score: 5/5
Safe to merge based on successful dual-format build and runtime loading checks with the changed tsdown configuration.
The changed configuration completed a Node 24.2-targeted ESM/CommonJS build and both generated module formats executed successfully.
Files Needing Attention: No files need follow-up attention;
scripts/tsdown.config.tswas exercised directly.What T-Rex did
Reviews (1): Last reviewed commit: "build: keep dual CJS output past tsdown'..." | Re-trigger Greptile