Skip to content

Remove Linux OS and Node.js deprecation notes #6090

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 our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 5 additions & 9 deletions docs/app/get-started/install-cypress.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -110,13 +110,11 @@ need prebuilt.

Cypress supports running under these operating systems:

- **macOS** 10.15 and above _(Intel or Apple Silicon 64-bit (x64 or arm64))_.
- **Linux** Ubuntu 20.04 and above, Fedora 40 and above, and Debian 11 and above _(x64 or arm64)_ (see [Linux Prerequisites](#Linux-Prerequisites) down
below).
- Cypress deprecated the use of Node.js `16.x` in Cypress [`13.0.0`](/app/references/changelog#13-0-0). We recommend that users update to at least Node.js `18.x`.
For related reasons, Cypress deprecates the use of Linux operating systems with library [`glibc`](https://www.gnu.org/software/libc/) versions `2.17` - `2.27`. The Linux CLI command `ldd --version` displays your glibc version.
- **Windows** 10 and above _(x64)_.
- **Windows Server** 2019 and 2022 _(x64)_.
- **macOS** 10.15 and above _(Intel or Apple Silicon 64-bit (x64 or arm64))_
- **Linux** Ubuntu 20.04 and above, Fedora 40 and above, and Debian 11 and above _(x64 or arm64)_
(see [Linux Prerequisites](#Linux-Prerequisites) down below)
- **Windows** 10 and above _(x64)_
- **Windows Server** 2019 and 2022 _(x64)_

### Node.js

Expand Down Expand Up @@ -183,8 +181,6 @@ on your system. Depending on your system defaults, these dependencies may alread
If not, run the command line for your operating system listed below.
See below under [Docker Prerequisites](#Docker-Prerequisites) for information on [Cypress Docker images](https://github.com/cypress-io/cypress-docker-images). These already include the necessary dependencies.

It is worth noting that Cypress on Linux requires a minimum [`glibc`](https://www.gnu.org/software/libc/) version of `2.17`. This version is fixed as `glibc` is shipped with your operating system and cannot be changed.

#### Ubuntu/Debian

```shell
Expand Down
Loading