Skip to content

Bump Cypress Docker versions in examples to Node.js 22.15.0 LTS #6161

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

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

MikeMcC399
Copy link
Contributor

@MikeMcC399 MikeMcC399 commented Apr 23, 2025

Situation

Documentation examples are using the Cypress Docker images:

  • cypress/base:22.12.0
  • cypress/browsers:22.12.0

This version of the browsers image is no longer supported because of the Chrome, Firefox and Edge browser versions it contains (cypress/browsers:node-22.12.0-chrome-131.0.6778.139-1-ff-133.0.3-edge-131.0.2903.99-1).

For Cypress 14.0.0 the changelog says:

Cypress now only officially supports the latest 3 major versions of Chrome, Firefox, and Edge - older browser versions may still work, but we recommend keeping your browsers up to date to ensure compatibility with Cypress.

Browser Current major version lowest supported
Chrome 135 136 133 134
Firefox 137 138 135 136
Edge 135 133

The lowest Cypress Docker image which meets this criteria is cypress/browsers:node-22.14.0-chrome-133.0.6943.53-1-ff-135.0-edge-133.0.3065.59-1 cypress/browsers:node-22.14.0-chrome-134.0.6998.88-1-ff-136.0.1-edge-134.0.3124.51-1.

Change

Update all Cypress Docker image tags in examples to Node.js 22.15.0 for supportability and consistency:

  • cypress/base:22.15.0
  • cypress/browsers:22.15.0

Note

The image cypress/browsers:node18.12.0-chrome106-ff106 used internally in .circleci/config.yml is left unchanged.

Copy link

netlify bot commented Apr 23, 2025

👷 Deploy request for cypress-docs pending review.

Visit the deploys page to approve it

Name Link
🔨 Latest commit dbc3089

@cypress-app-bot
Copy link
Collaborator

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.

2 participants