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

chore(deps): update circleci test to cimg/node:18.20.4 #72

Merged

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
4 checks passed
@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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants