-
Notifications
You must be signed in to change notification settings - Fork 2.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
CircleCI bad engine warnings linux-build
: node ^18.18.0 required
#857
Comments
I need some assistance on this issue or I need to pass it on to somebody familiar with CircleCI and the Cypress CircleCI Orb.
This could mean that an enhancement to the CircleCI Orb would be necessary or that the .circleci/config.yml |
|
🎉 This issue has been resolved in version 3.1.1 🎉 The release is available on: Your semantic-release bot 📦🚀 |
Issue
The .circleci/config.yml workflow shows multiple
EBADENGINE
warnings due to recently updated ESLint dependencies.The dependencies are requiring typically
node: '^18.18.0 || ^20.9.0 || >=21.1.0'
whereas CircleCI is running undernode: 'v18.16.1'
Windows and Mac workflows have been fixed to use Node.js
20.x
. Thelinux-build
workflow remains unresolved:Example
https://app.circleci.com/pipelines/github/cypress-io/cypress-example-kitchensink/1895/workflows/dee2d257-dfe0-4d11-8f64-1c420a841c0a/jobs/13039
Logs
From
https://app.circleci.com/pipelines/github/cypress-io/cypress-example-kitchensink/1895/workflows/dee2d257-dfe0-4d11-8f64-1c420a841c0a/jobs/13039
Spin up environment
Expected result
.node-version is set to
20
, so CircleCI jobs should also run in all workflows under Node.js20
The text was updated successfully, but these errors were encountered: