Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork3k
docs: update Node.js version requirements for 11.x#5329
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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
docs: update Node.js version requirements for 11.x#5329
Conversation
abf3dd9
intomochajs:mainUh oh!
There was an error while loading.Please reload this page.
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
This PR updates the documentation to reflect the new Node.js version requirements introduced in Mocha v11.0.0.
- Updated the Node.js version requirements from v14.0.0 and v10.0.0 to ^18.18.0, ^20.9.0, or >=21.1.0 in the legacy docs.
- Reflected the same changes in the new documentation site (docs-next).
Reviewed Changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated no comments.
File | Description |
---|---|
docs/index.md | Updated Node.js version requirement text and link reference. |
docs-next/src/content/docs/getting-started.mdx | Updated Node.js version requirement text for the getting started guide. |
Comments suppressed due to low confidence (2)
docs/index.md:68
- Ensure that the new Node.js version requirements accurately reflect both the feature compatibility and the official guidelines for Node.js releases, and consider adding a brief note referencing the change if necessary.
> As of v11.0.0, Mocha requires [Node.js](https://nodejs.org) `^18.18.0 || ^20.9.0 || >=21.1.0`.
docs-next/src/content/docs/getting-started.mdx:15
- Verify that the update in the getting-started guide is consistent with the legacy documentation and any related examples or links to ensure users are directed to the correct Node.js version details.
As of v11.0.0, Mocha requires [Node.js](https://nodejs.org) `^18.18.0 || ^20.9.0 || >=21.1.0`.
PR Checklist
status: accepting prs
Overview
Updates in both the old site and the new.