Skip to content

Commit

Permalink
Add Windows Server OS names to supported list (#6037)
Browse files Browse the repository at this point in the history
  • Loading branch information
MikeMcC399 authored Dec 12, 2024
1 parent 0c4f784 commit 0e01403
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/app/get-started/install-cypress.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -106,15 +106,15 @@ need prebuilt.

### Operating System

Cypress is a desktop application that is installed on your computer. The desktop
application supports these operating systems:
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)_.

### Node.js

Expand Down

0 comments on commit 0e01403

Please sign in to comment.