Skip to content

Conversation

@MikeMcC399
Copy link
Collaborator

Situation

Node.js version From To Transition Date
22.x Active LTS Maintenance LTS Oct 21, 2025
24.x Current Active LTS Oct 28, 2025

The initial Node.js 24.x Active LTS release is Node.js 24.11.0, codename "Krypton".

See Node.js release schedule for an overview.

Change

In factory/.env make the following updates:

Environment variable Before After
FACTORY_VERSION 6.1.1 7.0.0
FACTORY_DEFAULT_NODE_VERSION 22.20.0 24.11.0
CHROME_VERSION 141.0.7390.107-1 142.0.7444.59-1
CHROME_FOR_TESTING_VERSION 141.0.7390.78 142.0.7444.59
EDGE_VERSION 141.0.3537.92-1 141.0.3537.99-1
FIREFOX_VERSION 144.0 144.0.2

Verification

cd factory
docker compose build factory
cd test-project
set -a && . ../.env && set +a
docker compose run --rm test-factory-all-included

Confirm that Docker images build and that tests run without error.

Update
FACTORY_VERSION to 7.0.0
CHROME_VERSION to 142.0.7444.59-1
CHROME_FOR_TESTING_VERSION to 142.0.7444.59
EDGE_VERSION to 141.0.3537.99-1
FIREFOX_VERSION to 144.0.2
@cypress-app-bot
Copy link

@jennifer-shehane jennifer-shehane merged commit 6b8b63b into cypress-io:master Oct 29, 2025
49 checks passed
@MikeMcC399 MikeMcC399 deleted the update/node-24-lts branch October 29, 2025 17:05
@MikeMcC399 MikeMcC399 restored the update/node-24-lts branch October 29, 2025 17:05
@MikeMcC399

This comment was marked as outdated.

@MikeMcC399
Copy link
Collaborator Author

MikeMcC399 commented Oct 29, 2025

The issue seems to be that https://packages.microsoft.com is unreachable, also reproducible without using CircleCI. Attempting to re-run at this time is not going to be successful. 🙁

https://packages.microsoft.com/repos/edge/pool/main/m/microsoft-edge-stable/ should be reachable and it isn't.

@MikeMcC399
Copy link
Collaborator Author

Possibly related to Microsoft Azure outage https://azure.status.microsoft/en-us/status

@MikeMcC399 MikeMcC399 deleted the update/node-24-lts branch October 30, 2025 06:51
MikeMcC399 added a commit to MikeMcC399/cypress-docker-images that referenced this pull request Oct 30, 2025
Empty commit to trigger republishing of packages with Node.js 24.11.0
@MikeMcC399
Copy link
Collaborator Author

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants