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

ci(deps): update test-deploy to node 20.15.1 LTS #483

Merged

Conversation

MikeMcC399
Copy link
Collaborator

Issue

The workflow .circleci/test-deploy.yml is using mixed major versions of Node.js 18.x and 20.x (18.20.3 & 20.6.0).

install-and-persist:
executor:
name: cypress/default
node-version: "20.6.0"

docker:
- image: cypress/browsers:node-18.20.3-chrome-125.0.6422.141-1-ff-126.0.1-edge-125.0.2535.85-1

Compatibility constraints

This allows use of the Node.js 20.x LTS version.

Change

Update Node.js version usage in .circleci/test-deploy.yml to use Node.js LTS 20.15.1

Specification Before After
executor 20.6.0 20.15.1
Docker image cypress/browsers:node-18.20.3-chrome-125.0.6422.141-1-ff-126.0.1-edge-125.0.2535.85-1 cypress/browsers:node-20.15.1-chrome-126.0.6478.126-1-ff-128.0-edge-126.0.2592.102-1

@cypress-app-bot
Copy link
Collaborator

@MikeMcC399 MikeMcC399 marked this pull request as ready for review July 25, 2024 09:42
@jennifer-shehane jennifer-shehane merged commit 9910924 into cypress-io:master Jul 25, 2024
9 of 10 checks passed
@MikeMcC399 MikeMcC399 deleted the update/test-deploy-node-lts branch July 25, 2024 15:26
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.

Mixed 18.x and 20.x Node.js versions in test-deploy.yml workflow
3 participants