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

CI workflows not aligned with supported Node.js versions #23

Open
MikeMcC399 opened this issue Dec 11, 2024 · 0 comments · May be fixed by #25
Open

CI workflows not aligned with supported Node.js versions #23

MikeMcC399 opened this issue Dec 11, 2024 · 0 comments · May be fixed by #25

Comments

@MikeMcC399
Copy link

Issue

CI workflows are not aligned with the current set of supported Node.js versions. These versions are currently:

Node.js 18.x, 20.x, 22.x and 23.x.

Node.js versions < 18.x belong to End-of-Life Releases.

Workflow Uses Node.js
.github/workflows/test-macos.yml current, 16, 14, 12, 10, 8, 6, 4
.github/workflows/test-ubuntu.yml current, 16, 14, 12, 10, 8, 6, 4
.github/workflows/test-windows.yml current, 16, 14, 12, 10, 8, 6, 4
.github/workflows/lint.yml environment default: v10.24.1
  • Node.js versions < 18.x are tested, although they are no longer supported
  • Node.js versions 18.x, 20.x, 22.x are not being tested
  • Node.js version 23.x (equivalent to current) is the only currently supported version being tested.
@MikeMcC399 MikeMcC399 linked a pull request Dec 12, 2024 that will close this issue
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

Successfully merging a pull request may close this issue.

1 participant