Skip to content
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

Build: Use updated circleci node images #18785

Merged
merged 1 commit into from
Jul 26, 2022
Merged

Conversation

IanVS
Copy link
Member

@IanVS IanVS commented Jul 25, 2022

Issue:

What I did

This updates the circleci node images to https://circleci.com/developer/images/image/cimg/node to replace the deprecated version that is locked on node 14.17, which does not support vite 3, causing the vite e2e tests to fail.

This change was attempted in #17832 previously, and reverted in 7ffc089, but my guess is that it was because the new images do not actually include any browsers, which should be solved by using the browser-tool orb, according to CircleCI-Public/cimg-node#186.

How to test

  • Is this testable with Jest or Chromatic screenshots?
  • Does this need a new example in the kitchen sink apps?
  • Does this need an update to the documentation?

This should cause the vite react e2e test to start to pass.

@IanVS IanVS added the maintenance User-facing maintenance tasks label Jul 25, 2022
@IanVS IanVS requested a review from ndelangen July 25, 2022 15:10
@ndelangen ndelangen self-assigned this Jul 26, 2022
@ndelangen ndelangen merged commit 7035ea7 into next Jul 26, 2022
@ndelangen ndelangen deleted the upgrade-circleci-node branch July 26, 2022 07:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
maintenance User-facing maintenance tasks
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants