Skip to content

Conversation

@MikeMcC399
Copy link
Collaborator

Situation

package.json includes

"engines": {
"node": ">=18.17"
},

Node.js 18.17 is not compatible with:

Node.js 18 reached end-of-life on Apr 30, 2025.

Change

Update package.json engines field to >=20.18.1.

This does not affect building images with Node.js as this is containerized and independent from the Node.js version installed in the Docker host system.

Verification

With Node.js 20.18.1, execute

git clean -xfd
npm ci

and confirm that no EBADENGINE warnings are output.

@cypress-app-bot
Copy link

@MikeMcC399 MikeMcC399 added the bug label Sep 20, 2025
@MikeMcC399 MikeMcC399 self-assigned this Sep 20, 2025
@MikeMcC399 MikeMcC399 marked this pull request as ready for review September 20, 2025 13:53
@jennifer-shehane jennifer-shehane merged commit 5ed5c28 into cypress-io:master Sep 22, 2025
51 checks passed
@MikeMcC399 MikeMcC399 deleted the update/engines branch September 22, 2025 13:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants