-
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
Report bundled Node version #9180
Comments
Notes: we read the binary package version from the installed app json file
We could write the bundled Node version into that file too |
The code for this is done in cypress-io/cypress#9183, but has yet to be released. |
Released in This comment thread has been locked. If you are still experiencing this issue after upgrading to |
When building
cypress/included:x.y.z
Docker image sometimes we miss the Node version and create a Docker image with Node version that does not match the Node version bundled with Cypress. It would be nice to validate the Node version during the CI build process. The problem is we do not output bundled Node version from Cypress.Proposal:
Extend the
cypress version
command to output bundled Node versionStretch goal:
For simple parsing add a parameter to output just a particular version
The text was updated successfully, but these errors were encountered: