Merged
Conversation
Contributor
There was a problem hiding this comment.
Pull Request Overview
This PR upgrades the project from Node.js 20 to Node.js 24, updating the runtime requirements across the codebase to support the newer Node.js version.
- Updated Node.js engine requirement from version 20 to 24
- Modified GitHub Action runtime configuration to use node24
- Updated CI/CD workflows to use Node.js 24.x for validation 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 | Updates the Node.js engine requirement from "20" to "24" |
| action.yml | Changes the GitHub Action runtime from 'node20' to 'node24' |
| .github/workflows/check-dist.yml | Updates the workflow to use Node.js version '24.x' |
| .github/workflows/basic-validation.yml | Updates the workflow to use Node.js version '24.x' |
This was referenced Aug 8, 2025
aparnajyothi-y
previously approved these changes
Aug 20, 2025
chiranjib-swain
previously approved these changes
Aug 20, 2025
108b0aa
chiranjib-swain
approved these changes
Sep 3, 2025
aparnajyothi-y
approved these changes
Sep 3, 2025
HarithaVattikuti
approved these changes
Sep 3, 2025
jayudey-wf
pushed a commit
to jayudey-wf/stale
that referenced
this pull request
Dec 4, 2025
* Upgrade to node 24 * package updates and compiled * audit fix * update package * package.json version update * documentation update to the latest release version --------- Co-authored-by: Aparna Jyothi <aparnajyothi-y@github.com>
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.
Description:
Update to support node 24
Related issue:
Add link to the related issue.
Check list: