ci(deps): update ct docker image to cypress/browsers:node-18.20.3 #473
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.
Issue
The CircleCI workflow .circleci/test-deploy.yml is configured to use the Docker container:
cypress/browsers:node-16.18.1-chrome-109.0.5414.74-1-ff-109.0-edge-109.0.1518.52-1
for component testing of examples/angular-app.
Node.js
16
already reached end-of-life on Sep 11, 2023 and is no longer supported.Compatibility constraints
examples/angular-app is currently configured for Angular15.1
16.2.12
Angular - Version compatibility shows Angular15.1
compatible with Node.js^14.20.0 || ^16.13.0 || ^18.10.0
16.2
compatible with Node.js^16.14.0 || ^18.10.0
17.x
-18.x
overlap compatibility if Node.js^18.19.1
is used124.0
and later, a minimum of [email protected] is needed. Edit: secured through PR test(deps): update cypress examples to 13.13.0 #472Change
Update the Docker container used for component testing in .circleci/test-deploy.yml from
cypress/browsers:node-16.18.1-chrome-109.0.5414.74-1-ff-109.0-edge-109.0.1518.52-1
to
cypress/browsers:node-18.20.3-chrome-125.0.6422.141-1-ff-126.0.1-edge-125.0.2535.85-1
This Cypress Docker image contains:
18.20.3
125.0.6422.141-1
126.0.1
125.0.2535.85-1