Update Node.js version to 24 in action and dependencies#891
Merged
HarithaVattikuti merged 3 commits intomainfrom Sep 4, 2025
Merged
Update Node.js version to 24 in action and dependencies#891HarithaVattikuti merged 3 commits intomainfrom
HarithaVattikuti merged 3 commits intomainfrom
Conversation
Bump the required Node.js version to 24 in action.yml and package.json. Update @types/node to ^24.1.0 to match the new Node.js version.
There was a problem hiding this comment.
Pull Request Overview
Updates Node.js version from 20 to 24 across the project configuration and dependencies to align with newer Node.js runtime requirements.
- Adds Node.js version constraint in package.json engines field
- Updates GitHub Action to use node24 runtime
- Upgrades @types/node from ^20.11.30 to ^24.1.0 for type compatibility
Reviewed Changes
Copilot reviewed 2 out of 3 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
| package.json | Adds engines field requiring Node.js >=24 and updates @types/node dependency |
| action.yml | Changes GitHub Action runtime from node20 to node24 |
This was referenced Aug 8, 2025
chiranjib-swain
approved these changes
Sep 4, 2025
aparnajyothi-y
approved these changes
Sep 4, 2025
HarithaVattikuti
approved these changes
Sep 4, 2025
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Bump the required Node.js version to 24 in action.yml and package.json. Update @types/node to ^24.1.0 to match the new Node.js version.
Description:
Describe your changes.
Related issue:
Add link to the related issue.
Check list: