Skip to content

ci: update NodeJS versions tested #927

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

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

eventualbuddha
Copy link
Collaborator

Maintenance LTS, Active LTS, and Current.

Maintenance LTS, Active LTS, and Current
@eventualbuddha eventualbuddha requested a review from Copilot July 11, 2025 20:22
Copy link

@Copilot Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull Request Overview

This PR updates the GitHub Actions CI matrix to test newer Node.js versions aligning with maintenance LTS, active LTS, and current releases.

  • Replace tests on Node 16.x and 18.x with 20.x, 22.x, and 24.x
  • Ensure CI covers the intended lifecycle stages of Node.js
Comments suppressed due to low confidence (1)

.github/workflows/ci.yml:11

  • The updated Node.js matrix omits the maintenance LTS version (18.x) mentioned in the description and includes 22.x, which is not an LTS. To match the goal of testing maintenance LTS, active LTS, and current, consider using [18.x, 20.x, 24.x] instead.
        node-version: [20.x, 22.x, 24.x]

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 this pull request may close these issues.

1 participant