-
Notifications
You must be signed in to change notification settings - Fork 1.1k
chore: add beginning of migration guide for Cypress 15 #6159
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 1 commit
6738766
0f34f9a
e5bf284
59c4394
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 | ||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
@@ -8,6 +8,51 @@ sidebar_label: 'Migration Guide' | |||||||||||||
|
||||||||||||||
# Migration Guide | ||||||||||||||
|
||||||||||||||
## Migrating to Cypress 15.0 | ||||||||||||||
|
||||||||||||||
This guide details the code changes needed to migrate to Cypress | ||||||||||||||
version 15. | ||||||||||||||
[See the full changelog for version v14.0](/app/references/changelog#15-0-0). | ||||||||||||||
|
||||||||||||||
### Node.js 20 and 22+ support | ||||||||||||||
|
||||||||||||||
Cypress comes bundled with its own | ||||||||||||||
[Node.js version](https://github.com/cypress-io/cypress/blob/develop/.node-version). | ||||||||||||||
However, installing the `cypress` npm package uses the Node.js version installed | ||||||||||||||
on your system. | ||||||||||||||
|
||||||||||||||
[See Node's release schedule](https://github.com/nodejs/Release). Node.js | ||||||||||||||
version 18 and 23 will no longer be supported when installing Cypress. The minimum Node.js | ||||||||||||||
version supported to install Cypress is Node.js 20 and 22+. | ||||||||||||||
|
[See Node's release schedule](https://github.com/nodejs/Release). Node.js | |
version 18 and 23 will no longer be supported when installing Cypress. The minimum Node.js | |
version supported to install Cypress is Node.js 20 and 22+. | |
[See Node's release schedule](https://github.com/nodejs/Release). Node.js | |
version 18 and 23 are no longer supported when installing Cypress. The supported Node.js | |
versions to install Cypress are now Node.js 20 and 22+. |
You can't really have two minimums.
Node.js v24.0.0 was supposed be released today, however they are having compatibility issues with a newer V8 engine and the release is delayed. I'll drop a note if there is any new planning date available.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
good point. Once it releases we need to test Cypress out with it to see if anything is broken
Uh oh!
There was an error while loading. Please reload this page.