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
159 stars 101 forks source link

feat: Update node defaults #438

Closed jordanpowell88 closed 10 months ago

jordanpowell88 commented 10 months ago

This PR updates the default node version to 18.16 and adds documentation for how to change the default node version in the cypress/default executor.

AtofStryker commented 10 months ago

@jordanpowell88 do we need to publish a new feature version since it could possibly break people who have some things on the node 16 runtime? Does a feat make sense more than a fix?

jordanpowell88 commented 10 months ago

@jordanpowell88 do we need to publish a new feature version since it could possibly break people who have some things on the node 16 runtime? Does a feat make sense more than a fix?

Probably, let me change it