Skip to content

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 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
Contributor

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

Copy link
Contributor

@ljones140 ljones140 left a comment

Choose a reason for hiding this comment

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

Happy to approve if you fix the merge conflict

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.

2 participants