chore: release images for Node.js 24.0.0 #1341
Merged
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
Node.js 24.0.0 was released as a new current version on May 6, 2025. The Node.js 24 release line is planned to be promoted to LTS status on Oct 28, 2025. Cypress should provide Docker images based on the Node.js 24 release line to enable internal and external testing in advance of the change of status to LTS.
Change
Using the feature branch
14.3.3-node-24.0.0-publish
and following the process described in Alternate versions, generate and publish images based on
NODE_VERSION='24.0.0'.The set of Docker images are:
cypress/base24.0.0cypress/browsers24.0.0node-24.0.0-chrome-136.0.7103.92-1-ff-138.0.1-edge-136.0.3240.50-1cypress/includedcypress-14.3.3-node-24.0.0-chrome-136.0.7103.92-1-ff-138.0.1-edge-136.0.3240.50-1The
latesttags are not changed.