Skip to content

Conversation

@MikeMcC399
Copy link

Issue

The CircleCI test job is using circleci/node:17

test:
docker:
- image: circleci/node:17

Change

Update the CircleCI Docker image used in the test job of .circleci/config.yml to

cimg/node:18.20.4

This is the latest Node.js 18.x image.

@cypress-app-bot
Copy link

@jennifer-shehane
Copy link
Member

@MikeMcC399 Yah I'm not sure why renovate didn't recognize to bump this automatically.

@jennifer-shehane jennifer-shehane merged commit 1feb194 into cypress-io:master Sep 10, 2024
@MikeMcC399
Copy link
Author

@jennifer-shehane

Yah I'm not sure why renovate didn't recognize to bump this automatically.

circleci/node:17 was the end of the line of deprecated images

This is a migration from

circleci/node:*

to

cimg/node:*

I don't think that Renovate does migrations.

@MikeMcC399 MikeMcC399 deleted the circleci-test-image-20 branch September 10, 2024 16:47
@cypress-app-bot
Copy link

🎉 This PR is included in version 3.0.6 🎉

The release is available on:

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants