-
Notifications
You must be signed in to change notification settings - Fork 3.2k
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
Have default nodeVersion
be set to system
instead of bundled
#18684
Comments
we need to lift off this is different from the current implementation of how |
The code for this is done in cypress-io/cypress#18732, but has yet to be released. |
The code for this is done in cypress-io/cypress#18796, but has yet to be released. |
Released in This comment thread has been locked. If you are still experiencing this issue after upgrading to |
What would you like?
The default
nodeVersion
currently for Cypress is set tobundled
. This means that the bundled Node.js version with Cypress will be used to:We'd like the default
nodeVersion
to be set tosystem
in the future.The text was updated successfully, but these errors were encountered: