Skip to content

docs: require Node 20.9.0 for release/3.12#6088

Open
Federicorao wants to merge 1 commit into
OHIF:release/3.12from
Federicorao:codex/node-20-release-3-12
Open

docs: require Node 20.9.0 for release/3.12#6088
Federicorao wants to merge 1 commit into
OHIF:release/3.12from
Federicorao:codex/node-20-release-3-12

Conversation

@Federicorao

@Federicorao Federicorao commented Jun 18, 2026

Copy link
Copy Markdown

Summary

  • update the release/3.12 README requirement from Node 18+ to Node 20.9.0+
  • align the root package.json engines.node value with the documented requirement and existing migration guide

Verification

  • node -e check confirmed package.json and README.md both require Node 20.9.0+
  • git diff --check

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.12 branch, aligning README.md and package.json with 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: Updates engines.node from >=18 to >=20.9.0, so package managers that respect the engines field 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

Filename Overview
README.md Updates Node.js requirement from "Node 18+" to "Node 20.9.0+" in the Requirements section.
package.json Updates engines.node from >=18 to >=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

@coderabbitai

coderabbitai Bot commented Jun 18, 2026

Copy link
Copy Markdown

Important

Review skipped

Auto reviews are disabled on base/target branches other than the default branch.

Please check the settings in the CodeRabbit UI or the .coderabbit.yaml file in this repository. To trigger a single review, invoke the @coderabbitai review command.

⚙️ Run configuration

Configuration used: defaults

Review profile: CHILL

Plan: Pro Plus

Run ID: d3a5fed6-f3dd-47f4-bdd8-b72db2f5ae71

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.

Use the checkbox below for a quick retry:

  • 🔍 Trigger review
✨ 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