Skip to content

Update Node.js version to 24 and related dependencies #952

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

Conversation

salmanmkc
Copy link

Bump the required Node.js version to 24 in action.yml and package.json. Update @types/node to 24.1.0 and adjust related dependencies and engines field to ensure compatibility.

salmanmkc and others added 4 commits July 29, 2025 13:48
Bump the required Node.js version to 24 in action.yml and package.json. Update @types/node to 24.1.0 and adjust related dependencies and engines field to ensure compatibility.
@salmanmkc salmanmkc marked this pull request as ready for review August 8, 2025 13:38
@Copilot Copilot AI review requested due to automatic review settings August 8, 2025 13:38
@salmanmkc salmanmkc requested a review from a team as a code owner August 8, 2025 13:38
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

Updates the project to use Node.js version 24 across all configuration files and dependencies. This includes updating the GitHub Action runtime, package.json engines field, CI workflows, and TypeScript type definitions to ensure compatibility with Node.js 24.

  • Upgraded Node.js runtime from version 20 to 24 in GitHub Action configuration
  • Updated package.json engines field and @types/node dependency to support Node.js 24
  • Modified CI workflows to use Node.js 24 for testing and distribution checks

Reviewed Changes

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

File Description
package.json Added engines field requiring Node.js >=24 and updated @types/node to ^24.1.0
action.yml Changed GitHub Action runtime from node20 to node24
.github/workflows/ci.yml Updated CI workflows to use Node.js version 24
.github/workflows/check-dist.yml Updated distribution check workflow to use Node.js 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