diff --git a/docs/app/get-started/install-cypress.mdx b/docs/app/get-started/install-cypress.mdx index e5e2eaaf99..76b7104199 100644 --- a/docs/app/get-started/install-cypress.mdx +++ b/docs/app/get-started/install-cypress.mdx @@ -259,5 +259,4 @@ It is recommended to have `unzip` installed. This avoids the Cypress binary inst ## Next Steps -[Open the app](/app/get-started/open-the-app) and take it for a test -drive! +[Open the app](/app/get-started/open-the-app) and take it for a test drive! diff --git a/docs/app/references/migration-guide.mdx b/docs/app/references/migration-guide.mdx index fcb00f151b..c4751e9dc9 100644 --- a/docs/app/references/migration-guide.mdx +++ b/docs/app/references/migration-guide.mdx @@ -20,6 +20,15 @@ Cypress requires [Node.js](https://nodejs.org/en) in order to install the Cypres Node.js versions 18 and 23 are no longer supported. [See Node's release schedule](https://github.com/nodejs/Release). +### Unsupported Linux Distributions + +Prebuilt binaries for Linux are no longer compatible with Linux distributions based on glibc `<2.31`. +This support is in line with Node.js's support for Linux in 20+. + +If you're using a Linux distribution based on glibc `<2.31`, you'll need to +update your system to a newer version to install Cypress 15+. +To display which version of glibc your Linux system is running, execute `ldd --version`. + ### Webpack `4` is no longer supported Cypress is no longer supporting Webpack `4` as it is no longer maintained by the core Webpack team and Webpack `5` has been available since Q4 2020. This includes dropping Webpack `4` support for: