Skip to content

test: bump node-override-version to 22.15.0 #1337

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

Merged

Conversation

MikeMcC399
Copy link
Collaborator

Status

The circle.yml pipeline job check-node-override-version checks that it is possible to build a Docker image with a different Node.js version.

The version used is defined in factory/test-project/node-override-version.Dockerfile and is currently set to 18.17.1

Node.js 18 enters End-of-Life on Apr 30, 2025.

Change

The Node.js override version is updated to Node.js 22.15.0. Even-numbered Node.js versions can be expected to have a 3 year lifetime. Odd-numbered Node.js versions typically have only an 8 month lifetime.

Verification

cd factory
docker compose build factory
cd test-project
set -a && . ../.env && set +a
docker compose run --build --rm test-factory-node-override node -v

and confirm the Node.js version displayed is v22.15.0

@cypress-app-bot
Copy link

@MikeMcC399 MikeMcC399 self-assigned this Apr 25, 2025
@MikeMcC399 MikeMcC399 marked this pull request as ready for review April 25, 2025 10:02
@jennifer-shehane jennifer-shehane merged commit 5923048 into cypress-io:master Apr 28, 2025
50 checks passed
@MikeMcC399 MikeMcC399 deleted the update/node-override-version branch April 28, 2025 14:45
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