Bump Cypress Docker versions in examples to Node.js 22.15.0 LTS #6161
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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:
135136133134137138135136The 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.