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

Update CircleCI Node Docker Image #365

Closed emilyrohrbough closed 2 years ago

emilyrohrbough commented 2 years ago

Notice on https://circleci.com/docs/2.0/circleci-images/ reads:

Legacy images with the prefix "circleci/" will be deprecated on December 31, 2021. For faster builds, upgrade your projects with next-generation convenience images.

Update .circle.yml to use cimg/node.

posva commented 2 years ago

It would also be nice to have an updated node version. Right now, the version used, v12 is incompatible with a couple packages like lint-staged

fasani-tx commented 2 years ago

This was now merged. Maybe this issue can be closed. https://github.com/cypress-io/circleci-orb/pull/376

admah commented 2 years ago

@fasani-tx I believe this issue is unrelated to #376.

fasani-tx commented 2 years ago

Agree, sorry, I copied and pasted on a few open issues which seemed related to https://github.com/cypress-io/circleci-orb/pull/376.

admah commented 2 years ago

No problem. Thank you for doing that!