Skip to content

Commit c3dd909

Browse files
authored
Remove Linux OS and Node.js deprecation notes (#6090)
1 parent 0f4497b commit c3dd909

File tree

1 file changed

+5
-9
lines changed

1 file changed

+5
-9
lines changed

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

Lines changed: 5 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -98,13 +98,11 @@ need prebuilt.
9898

9999
Cypress supports running under these operating systems:
100100

101-
- **macOS** 10.15 and above _(Intel or Apple Silicon 64-bit (x64 or arm64))_.
102-
- **Linux** Ubuntu 20.04 and above, Fedora 40 and above, and Debian 11 and above _(x64 or arm64)_ (see [Linux Prerequisites](#Linux-Prerequisites) down
103-
below).
104-
- 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`.
105-
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.
106-
- **Windows** 10 and above _(x64)_.
107-
- **Windows Server** 2019 and 2022 _(x64)_.
101+
- **macOS** 10.15 and above _(Intel or Apple Silicon 64-bit (x64 or arm64))_
102+
- **Linux** Ubuntu 20.04 and above, Fedora 40 and above, and Debian 11 and above _(x64 or arm64)_
103+
(see [Linux Prerequisites](#Linux-Prerequisites) down below)
104+
- **Windows** 10 and above _(x64)_
105+
- **Windows Server** 2019 and 2022 _(x64)_
108106

109107
### Node.js
110108

@@ -176,8 +174,6 @@ on your system. Depending on your system defaults, these dependencies may alread
176174
If not, run the command line for your operating system listed below.
177175
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.
178176

179-
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.
180-
181177
#### Ubuntu/Debian
182178

183179
```shell

0 commit comments

Comments
 (0)