From 0e01403cc01d6f5e54de6a4c86f05f6c461a9563 Mon Sep 17 00:00:00 2001 From: Mike McCready <66998419+MikeMcC399@users.noreply.github.com> Date: Thu, 12 Dec 2024 17:22:42 +0100 Subject: [PATCH] Add Windows Server OS names to supported list (#6037) --- docs/app/get-started/install-cypress.mdx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/app/get-started/install-cypress.mdx b/docs/app/get-started/install-cypress.mdx index 0ffd39b5de..68ff6af50f 100644 --- a/docs/app/get-started/install-cypress.mdx +++ b/docs/app/get-started/install-cypress.mdx @@ -106,8 +106,7 @@ 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 @@ -115,6 +114,7 @@ application supports these operating systems: - 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