-
Notifications
You must be signed in to change notification settings - Fork 1.1k
docs: minimum linux requirements for electron 36 #6219
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes from 3 commits
a05de30
e98ddcb
e788931
003d5a9
806677b
42d36e0
9579880
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -20,6 +20,14 @@ 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`, for example, Ubuntu 18.04, RHEL 8, CentOS 8, AlmaLinux 8, Rocky Linux 8, you'll need to | ||
|
||
update your system to a newer version to install Cypress 15+. | ||
|
||
### 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 Webpack `4` support for: | ||
|
Uh oh!
There was an error while loading. Please reload this page.