From 7e90676d1f859f1c895d0cf4212da74af416811e Mon Sep 17 00:00:00 2001 From: Mike McCready <66998419+MikeMcC399@users.noreply.github.com> Date: Thu, 19 Sep 2024 08:26:01 +0200 Subject: [PATCH] Specify Windows x64 as supported OS --- docs/guides/getting-started/installing-cypress.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/guides/getting-started/installing-cypress.mdx b/docs/guides/getting-started/installing-cypress.mdx index 8cbecace31..dc37b35cbb 100644 --- a/docs/guides/getting-started/installing-cypress.mdx +++ b/docs/guides/getting-started/installing-cypress.mdx @@ -168,7 +168,7 @@ application supports these operating systems: below). - Cypress deprecated the use of Node.js `16.x` in Cypress [`13.0.0`](/guides/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 _(64-bit only)_. +- **Windows** 10 and above _(x64)_. ### Node.js