Skip to content

Commit 065e567

Browse files
chore: Node.js 18/23 removal (#6138)
* Update Node.js versions that will be supported for 15 * update lowest npm version supported
1 parent bc303f2 commit 065e567

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/app/get-started/install-cypress.mdx

+2-2
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ Cypress supports running under these operating systems:
113113

114114
Cypress requires [Node.js](https://nodejs.org/) in order to install. We support the versions listed below:
115115

116-
- **Node.js** 18.x, 20.x, 22.x and above
116+
- **Node.js** 20.x, 22.x, 24.x and above
117117

118118
Cypress generally aligns with
119119
[Node's release schedule](https://github.com/nodejs/Release).
@@ -145,7 +145,7 @@ Cypress is [installed](#Install) using one of the following supported package ma
145145

146146
| Package Manager | Version | Installation instructions |
147147
| ------------------------------------------------ | ------------------- | --------------------------------------------------------------------------------------------------------------- |
148-
| [npm](https://docs.npmjs.com/) | `8.6.0` and above | [Downloading and installing Node.js and npm](https://docs.npmjs.com/downloading-and-installing-node-js-and-npm) |
148+
| [npm](https://docs.npmjs.com/) | `10.1.0` and above | [Downloading and installing Node.js and npm](https://docs.npmjs.com/downloading-and-installing-node-js-and-npm) |
149149
| [Yarn 1 (Classic)](https://classic.yarnpkg.com/) | `1.22.22` and above | [Yarn 1 (Classic) Installation](https://classic.yarnpkg.com/en/docs/install) |
150150
| [Yarn (Modern aka berry)](https://yarnpkg.com/) | `4.x` and above | [Yarn Installation](https://yarnpkg.com/getting-started/install) |
151151
| [pnpm](https://pnpm.io/) | `8.x` and above | [pnpm Installation](https://pnpm.io/installation) |

0 commit comments

Comments
 (0)