Update workflows to remove EOL versions and bump package to v6.4.0#1533
Open
priya-kinthali wants to merge 16 commits intoactions:mainfrom
Open
Update workflows to remove EOL versions and bump package to v6.4.0#1533priya-kinthali wants to merge 16 commits intoactions:mainfrom
priya-kinthali wants to merge 16 commits intoactions:mainfrom
Conversation
There was a problem hiding this comment.
Pull request overview
Updates CI/workflow Node.js versions to remove EOL targets, while also bumping the repository/package version.
Changes:
- Updated
.github/workflows/versions.ymlmatrix for thenode-distjob from Node 17/19 to Node 22/24. - Bumped
package.jsonversion from6.2.0to6.4.0. - Synced
package-lock.jsonversion fields to6.4.0.
Reviewed changes
Copilot reviewed 2 out of 3 changed files in this pull request and generated 1 comment.
| File | Description |
|---|---|
| package.json | Version bump to 6.4.0 (not described in PR metadata). |
| package-lock.json | Lockfile version fields updated to match 6.4.0. |
| .github/workflows/versions.yml | Removes EOL Node versions in the node-dist workflow matrix (now tests 22/24). |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
|
What does this mean
…On Fri, Apr 17, 2026 at 4:08 AM Copilot ***@***.***> wrote:
***@***.**** commented on this pull request.
Pull request overview
Updates CI/workflow Node.js versions to remove EOL targets, while also
bumping the repository/package version.
*Changes:*
- Updated .github/workflows/versions.yml matrix for the node-dist job
from Node 17/19 to Node 22/24.
- Bumped package.json version from 6.2.0 to 6.4.0.
- Synced package-lock.json version fields to 6.4.0.
Reviewed changes
Copilot reviewed 2 out of 3 changed files in this pull request and
generated 1 comment.
File Description
package.json Version bump to 6.4.0 (not described in PR metadata).
package-lock.json Lockfile version fields updated to match 6.4.0.
.github/workflows/versions.yml Removes EOL Node versions in the node-dist
workflow matrix (now tests 22/24).
------------------------------
💡 Add Copilot custom instructions
<http:///actions/setup-node/new/main?filename=.github/instructions/*.instructions.md>
for smarter, more guided reviews. Learn how to get started
<https://docs.github.com/en/copilot/customizing-copilot/adding-repository-custom-instructions-for-github-copilot>
.
------------------------------
In package.json
<#1533 (comment)>:
> @@ -1,6 +1,6 @@
{
"name": "setup-node",
- "version": "6.2.0",
+ "version": "6.4.0",
The PR description/title indicate this change is only about updating
workflow Node.js versions, but this also bumps the package version from
6.2.0 to 6.4.0. Either update the PR description to explain the version
bump (and any related release intent), or drop the version change if it’s
unintended.
—
Reply to this email directly, view it on GitHub
<#1533 (review)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/BQ3VNNKMBU76J6RZ4ZXQXHT4WHYA3AVCNFSM6AAAAACX4WZI5GVHI2DSMVQWIX3LMV43YUDVNRWFEZLROVSXG5CSMV3GSZLXHM2DCMRXGQ2TGNJWGQ>
.
You are receiving this because you are subscribed to this thread.Message
ID: ***@***.***>
|
chiranjib-swain
approved these changes
Apr 17, 2026
gowridurgad
approved these changes
Apr 17, 2026
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:
Updated Node.js version(s) referenced in workflow files.
Bumped the package version from 6.2.0 → 6.4.0.
Related issue:
Add link to the related issue.
Check list: