Skip to content

Conversation

@MikeMcC399
Copy link
Collaborator

Situation

The circle.yml pipeline currently runs jobs using the CircleCI Docker cimg/node image cimg/node:22.16.0. The release line Node.js 22.x has moved to Maintenance LTS status.

Node.js v24.11.0 was released on Oct 28, 2025 and represents the Node.js Active LTS 24.x release line.

See Node.js Release schedule.

Change

Update

Item From To
circle.yml pipeline cimg/node:22.16.0 cimg/node:24.11.0
.node-version 22.16.0 24.11.0
.nvmrc 22.16.0 24.11.0

Verification

Ubuntu 24.04.3 LTS, Node.js 24.11.0 LTS

npm ci
npm test
npm run lint

Confirm no errors reported.

@cypress-app-bot
Copy link

@jennifer-shehane jennifer-shehane merged commit fb76f04 into cypress-io:master Oct 29, 2025
10 checks passed
@MikeMcC399 MikeMcC399 deleted the update/node-24-lts branch October 30, 2025 06:32
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