Skip to content

Conversation

@salmanmkc
Copy link
Contributor

This pull request updates the project to use Node.js version 24 across various configurations and files. The most important changes include updating workflow files, the action.yml file, and the package.json file to reflect the new Node.js version requirement.

Changed the GitHub Action runtime from node20 to node24 to ensure compatibility with newer Node.js features and security updates.
upgrade to node24
@salmanmkc salmanmkc marked this pull request as ready for review August 8, 2025 06:06
Copilot AI review requested due to automatic review settings August 8, 2025 06:06
@salmanmkc salmanmkc requested a review from a team as a code owner August 8, 2025 06:06
Copy link

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 pull request upgrades the Node.js version requirement from 20 to 24 across the entire project configuration, ensuring consistency between the runtime environment and development tooling.

  • Updates Node.js version from 20 to 24 in all configuration files
  • Adds explicit Node.js engine requirement in package.json
  • Updates GitHub Actions workflows to use Node.js 24

Reviewed Changes

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

File Description
package.json Adds engines field requiring Node.js >=24
action.yml Updates GitHub Action runtime from node20 to node24
.github/workflows/check-dist.yml Updates workflow to use Node.js version 24
.github/workflows/basic-validation.yml Updates workflow to use Node.js version 24

@HarithaVattikuti HarithaVattikuti merged commit 712fc68 into actions:main Sep 3, 2025
5 checks passed
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.

4 participants