You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Cypress cannot effectively continue support for versions of Node.js which have reached end-of-life status.
Users should be assisted in avoiding unsupported Node.js versions by excluding them in the engines section of cli/package.json. Package managers then either warn or prevent installation of Cypress in an unsupported Node.js environment, depending on settings.
Node 14 support has been removed and Node 16 support has been deprecated. Node 16 may continue to work with Cypress v13, but will not be supported moving forward to closer coincide with Node 16's end-of-life schedule. It is recommended that users update to at least Node 18.
The text was updated successfully, but these errors were encountered:
What would you like?
For the next major version of Cypress, support for the following Node.js versions should be removed:
16.x
reached end-of-life on Sep 11, 202321.x
reached end-of-life on Jun 1, 2024This should be reflected in an update to
cypress/cli/package.json
Lines 125 to 127 in e6b422c
Changing to the following will enable the setting to stay in place until the planned end-of-life of Node.js
18
(Apr 30, 2025):Why is this needed?
engines
section of cli/package.json. Package managers then either warn or prevent installation of Cypress in an unsupported Node.js environment, depending on settings.Other
The Cypress 13.0.0 changelog has already deprecated Node.js
16
The text was updated successfully, but these errors were encountered: