cypress-io / circleci-orb

Install, cache and run Cypress.io tests on CircleCI with minimal configuration.
https://circleci.com/orbs/registry/orb/cypress-io/cypress
MIT License
160 stars 101 forks source link

Is it possible to use node 18 ? #424

Closed sk-roofr closed 1 year ago

sk-roofr commented 1 year ago

The orb does not work as expected

I am unable to run it because our default node engine is 18 Expected version "^18". Got "16.16.0"

jordanpowell88 commented 1 year ago

@sk-roofr You can do exactly what you are proposing by following the example from here.

I will create a follow up issue to create an example of this since it isn't documented clearly