Skip to content
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

CircleCI uses end-of-life Node.js 16 #700

Open
MikeMcC399 opened this issue Oct 3, 2023 · 0 comments
Open

CircleCI uses end-of-life Node.js 16 #700

MikeMcC399 opened this issue Oct 3, 2023 · 0 comments

Comments

@MikeMcC399
Copy link

MikeMcC399 commented Oct 3, 2023

Issue description

The CircleCI workflow .circleci/config.yml is using a mixture of Node.js 16, 20and 22 environments to test. See CircleCI pipeline.

Since Node.js 16 is now end-of-life it should no longer be used.

The previous update to parts of the workflow moving it to Node.js 20 / 22 was initiated by Renovate without regard to using a consistent version of Node.js throughout the workflow.

Currently used versions

docker:
- image: cimg/node:22.1.0

name: Install node 16
command: nvm install 16.16.0

docker:
- image: cypress/base:16.18.1

Suggestion

The CircleCI workflow .circleci/config.yml should use consistent versions of Node.js throughout.

@MikeMcC399 MikeMcC399 changed the title CircleCI uses end-of-life Node.js 16 alongside Node.js 20 CircleCI uses end-of-life Node.js 16 alongside Node.js 21 Dec 16, 2023
@MikeMcC399 MikeMcC399 changed the title CircleCI uses end-of-life Node.js 16 alongside Node.js 21 CircleCI uses end-of-life Node.js 16 Aug 17, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant