Skip to content

Commit abf3dd9

Browse files
docs: update Node.js version requirements for 11.x (#5329)
1 parent 5cf2b09 commit abf3dd9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs-next/src/content/docs/getting-started.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ First, install the [`mocha` package](https://www.npmjs.com/package/mocha) as a d
1212
<PackageManagers dev type="add" pkg="mocha" />
1313

1414
:::note
15-
As of v10.0.0, Mocha requires [Node.js](https://nodejs.org) v14.0.0 or newer.
15+
As of v11.0.0, Mocha requires [Node.js](https://nodejs.org) `^18.18.0 || ^20.9.0 || >=21.1.0`.
1616
:::
1717

1818
## 2. Test File

docs/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ or as a development dependency for your project:
6565
$ npm install --save-dev mocha
6666
```
6767

68-
> As of v10.0.0, Mocha requires Node.js v14.0.0 or newer.
68+
> As of v11.0.0, Mocha requires [Node.js](https://nodejs.org) `^18.18.0 || ^20.9.0 || >=21.1.0`.
6969
7070
## Getting Started
7171

0 commit comments

Comments
 (0)