Skip to content
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

feat(deps): update to active lts node.js 22.11.0 #1240

Merged
merged 1 commit into from
Oct 29, 2024

Conversation

MikeMcC399
Copy link
Collaborator

Issue

Today, Oct 29, 2024 Node.js 22.x transitioned from Current status into Active Long Term Support (LTS) status with the release of Node.js 22.11.0, codename 'Jod'.

Node.js 20.x previously transitioned from Active LTS to Maintenance LTS status on Oct 22, 2024 (see Node.js release schedule).

factory/.env currently calls out FACTORY_DEFAULT_NODE_VERSION='20.18.0' referring to what is now a Node.js Maintenance LTS version.

Change

In factory/.env bump the following versions:

  • FACTORY_VERSION from 4.3.0 to 5.0.0
  • FACTORY_DEFAULT_NODE_VERSION from 20.18.0 to 22.11.0

also bump browser versions:

  • EDGE_VERSION from 130.0.2849.52-1 to 130.0.2849.56-1
  • FIREFOX_VERSION from 131.0.2 to 132.0

Verification

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

Confirm that Docker images build and that tests run without error, excepting warnings from known issues including:

Updates:
- FACTORY_VERSION to 5.0.0
- FACTORY_DEFAULT_NODE_VERSION to 22.11.0
- EDGE_VERSION to 130.0.2849.56-1
- FIREFOX_VERSION 132.0
@cypress-app-bot
Copy link

@MikeMcC399 MikeMcC399 marked this pull request as ready for review October 29, 2024 15:39
@jennifer-shehane jennifer-shehane merged commit 4fc996d into cypress-io:master Oct 29, 2024
33 checks passed
@MikeMcC399

This comment was marked as outdated.

@MikeMcC399 MikeMcC399 deleted the update/node-22-lts branch October 29, 2024 18:01
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.

Move to Active LTS Node.js 22.x as FACTORY_DEFAULT_NODE_VERSION
3 participants