Skip to content

chore: update Node.js versions in CI workflows #1874

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 2 commits into
base: master
Choose a base branch
from

Conversation

DarkGL
Copy link
Collaborator

@DarkGL DarkGL commented May 9, 2025

Description

Removes support for Node.js versions 16.x to 19.x in both PR and release workflows. Adds support for Node.js 24.x to ensure alignment with the latest runtime environments. Updates NODE_VERSIONS constant to match supported versions.

Testing

CI

Checklist

  • Conducted a self-review of the code changes.

Removes support for Node.js versions 16.x to 19.x in both PR and
release workflows. Adds support for Node.js 24.x to ensure alignment
with the latest runtime environments. Updates NODE_VERSIONS
constant to match supported versions.
@DarkGL DarkGL requested review from hoeck, moltar and Copilot May 9, 2025 14:20
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 CI workflows and application configuration to remove outdated Node.js versions (16.x, 18.x, 19.x) and add support for Node.js 24.x.

  • Updated the NODE_VERSIONS constant in docs/src/App.tsx
  • Adjusted Node.js versions in both .github/workflows/release.yml and .github/workflows/pr.yml to add 24.x and remove older versions

Reviewed Changes

Copilot reviewed 3 out of 3 changed files in this pull request and generated no comments.

File Description
docs/src/App.tsx Updated NODE_VERSIONS constant to include 24 and remove outdated versions
.github/workflows/release.yml Updated node-version list to support Node.js 24.x
.github/workflows/pr.yml Updated node-version list to support Node.js 24.x

@DarkGL
Copy link
Collaborator Author

DarkGL commented May 9, 2025

Investigating why it fails on 24

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