We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Migrate CircleCI circle.yml to run in a supported version of Node.js.
Node.js Releases shows 18.x as the lowest currently supported version of Node.js. CircleCI is currently running on an unsupported 16.x version.
18.x
16.x
circle.yml runs with
machine: image: ubuntu-2204:2022.10.2
from Circle CI Machine Images > ubuntu-2204 which includes Node.js 16.17.1. This version of Node.js entered End-of-life on Sep 11, 2023 and so it is now unsupported.
16.17.1
Circle CI Machine Images > ubuntu-2204 Linux Image Deprecations and EOL for 2024
Linux Machine Executor Update - 2022 October Q4 Update uses
Node.js 16.17.1 Docker 20.10.18
20.10.18
Linux Machine Executor Update - 2023 Q1 Update
Node.js 18.14.0 Docker 20.10.23
18.14.0
20.10.23
Linux Machine Executor - 2023 Q2 Update Edge + GA Release
Node.js 18.15.0 Docker 20.10.24
18.15.0
20.10.24
Linux Machine Executor - 2023 Q3 Update
Node.js 18.16.1 Docker 20.10.24
18.16.1
Deprecated
Linux Machine Executor - 2023 Q4 Update
Node.js 18.18.0 Docker 24.0.6
18.18.0
24.0.6
The text was updated successfully, but these errors were encountered:
Sorry, something went wrong.
MikeMcC399
Successfully merging a pull request may close this issue.
What would you like?
Migrate CircleCI circle.yml to run in a supported version of Node.js.
Node.js Releases shows
18.x
as the lowest currently supported version of Node.js. CircleCI is currently running on an unsupported16.x
version.Why is this needed?
circle.yml runs with
from Circle CI Machine Images > ubuntu-2204 which includes Node.js
16.17.1
.This version of Node.js entered End-of-life on Sep 11, 2023 and so it is now unsupported.
Other
CircleCI Machine Images
Circle CI Machine Images > ubuntu-2204
Linux Image Deprecations and EOL for 2024
ubuntu-2204:2022.10.2
Linux Machine Executor Update - 2022 October Q4 Update uses
Node.js
16.17.1
Docker
20.10.18
ubuntu-2204:2023.02.1
Linux Machine Executor Update - 2023 Q1 Update
Node.js
18.14.0
Docker
20.10.23
ubuntu-2204:2023.04.2
Linux Machine Executor - 2023 Q2 Update Edge + GA Release
Node.js
18.15.0
Docker
20.10.24
ubuntu-2204:2023.07.2
Linux Machine Executor - 2023 Q3 Update
Node.js
18.16.1
Docker
20.10.24
Deprecated
ubuntu-2204:2023.10.1
Linux Machine Executor - 2023 Q4 Update
Node.js
18.18.0
Docker
24.0.6
Docker release notes
The text was updated successfully, but these errors were encountered: