Skip to content

Commit 4a94500

Browse files
authored
Apply suggestions from code review
1 parent 21b7024 commit 4a94500

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ Cypress supports running under these operating systems:
116116

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

119-
- **Node.js** 20.x, 22.x and above
119+
- **Node.js** 20.x, 22.x, 24.x and above
120120

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

150150
| Package Manager | Version | Installation instructions |
151151
| ------------------------------------------------ | ------------------- | --------------------------------------------------------------------------------------------------------------- |
152-
| [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) |
152+
| [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) |
153153
| [Yarn 1 (Classic)](https://classic.yarnpkg.com/) | `1.22.22` and above | [Yarn 1 (Classic) Installation](https://classic.yarnpkg.com/en/docs/install) |
154154
| [Yarn (Modern aka berry)](https://yarnpkg.com/) | `4.x` and above | [Yarn Installation](https://yarnpkg.com/getting-started/install) |
155155
| [pnpm](https://pnpm.io/) | `8.x` and above | [pnpm Installation](https://pnpm.io/installation) |

0 commit comments

Comments
 (0)