docs: require Node 20.9.0 for release/3.12#6088
Open
Federicorao wants to merge 1 commit into
Open
Conversation
|
Important Review skippedAuto reviews are disabled on base/target branches other than the default branch. Please check the settings in the CodeRabbit UI or the ⚙️ Run configurationConfiguration used: defaults Review profile: CHILL Plan: Pro Plus Run ID: You can disable this status message by setting the Use the checkbox below for a quick retry:
✨ 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 |
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 free
to 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.
Summary
Verification
Fixes #6027
Greptile Summary
This PR bumps the documented and enforced Node.js minimum version from 18 to 20.9.0 on the
release/3.12branch, aligningREADME.mdandpackage.jsonwith the existing migration guide and the Node version already in use by CI workflows.README.md: Updates the "Requirements" bullet from "Node 18+" to "Node 20.9.0+".package.json: Updatesengines.nodefrom>=18to>=20.9.0, so package managers that respect theenginesfield will now surface a warning/error for users on older Node versions.Confidence Score: 5/5
Safe to merge — only the documented and enforced Node minimum version is updated; no logic changes.
Both changed files are consistent with each other and with the CI workflows, which already pin Node 20. The remaining references to "18" elsewhere in the repo are example placeholders in issue/PR templates, not version requirements.
No files require special attention.
Important Files Changed
engines.nodefrom>=18to>=20.9.0, aligning the enforced engine constraint with the documented requirement.Reviews (1): Last reviewed commit: "docs: require Node 20.9 for release 3.12" | Re-trigger Greptile