From 1ad58d0562c461ccfcf4a51e9c22fc5f1e71d9c4 Mon Sep 17 00:00:00 2001 From: Jennifer Shehane Date: Mon, 31 Mar 2025 09:53:50 -0400 Subject: [PATCH 1/2] Update Node.js versions that will be supported for 15 --- docs/app/get-started/install-cypress.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/app/get-started/install-cypress.mdx b/docs/app/get-started/install-cypress.mdx index 068dcc6346..cee9de74dc 100644 --- a/docs/app/get-started/install-cypress.mdx +++ b/docs/app/get-started/install-cypress.mdx @@ -113,7 +113,7 @@ Cypress supports running under these operating systems: Cypress requires [Node.js](https://nodejs.org/) in order to install. We support the versions listed below: -- **Node.js** 18.x, 20.x, 22.x and above +- **Node.js** 20.x, 22.x, 24.x and above Cypress generally aligns with [Node's release schedule](https://github.com/nodejs/Release). From b315867abaab41e687dc2b33322fd11ed251c242 Mon Sep 17 00:00:00 2001 From: Jennifer Shehane Date: Mon, 7 Apr 2025 10:17:09 -0400 Subject: [PATCH 2/2] update lowest npm version supported --- docs/app/get-started/install-cypress.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/app/get-started/install-cypress.mdx b/docs/app/get-started/install-cypress.mdx index cee9de74dc..88360c2b24 100644 --- a/docs/app/get-started/install-cypress.mdx +++ b/docs/app/get-started/install-cypress.mdx @@ -141,7 +141,7 @@ Cypress is [installed](#Install) using one of the following supported package ma | Package Manager | Version | Installation instructions | | ------------------------------------------------ | ------------------- | --------------------------------------------------------------------------------------------------------------- | -| [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) | +| [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) | | [Yarn 1 (Classic)](https://classic.yarnpkg.com/) | `1.22.22` and above | [Yarn 1 (Classic) Installation](https://classic.yarnpkg.com/en/docs/install) | | [Yarn (Modern aka berry)](https://yarnpkg.com/) | `4.x` and above | [Yarn Installation](https://yarnpkg.com/getting-started/install) | | [pnpm](https://pnpm.io/) | `8.x` and above | [pnpm Installation](https://pnpm.io/installation) |