chore: update circleci to ubuntu-2204:2023.07.2 machine image #1146
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Issue
The circle.yml workflow is currently using machine image
ubuntu-2204:2022.10.2
from Circle CI Machine Images > ubuntu-2204 which includes Node.js16.17.1
.This version of Node.js entered End-of-life on Sep 11, 2023 and so it is now unsupported.
Change
The circle.yml workflow is updated to ubuntu-2204:2023.07.2:
16.17.1
20.10.18
18.16.1
20.10.24
18.x
is currently in release status "Maintenance" and continues to be supported until Apr 30, 2025.20.10.x
, avoiding breaking changes due to any major version update. (See "Push Factory Image" failure checkingcypress/factory:4.0.1
#1093 and Migrate to current Docker version #1095).References
CircleCI Machine Images
Circle CI Machine Images > ubuntu-2204
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.07.2
Linux Machine Executor - 2023 Q3 Update
Node.js
18.16.1
Docker
20.10.24
Docker release notes