Update node version to latest node 20 and node 24#21813
Open
sanjays-ms wants to merge 3 commits intomasterfrom
Open
Update node version to latest node 20 and node 24#21813sanjays-ms wants to merge 3 commits intomasterfrom
sanjays-ms wants to merge 3 commits intomasterfrom
Conversation
Contributor
Author
|
/azp run |
|
Azure Pipelines successfully started running 3 pipeline(s). |
Contributor
Author
|
/azp run |
|
Azure Pipelines successfully started running 3 pipeline(s). |
| - task: UseNode@1 | ||
| displayName: Use node 20 | ||
| inputs: | ||
| versionSpec: 20.x |
Collaborator
There was a problem hiding this comment.
This will already use the latest as 20.x ??
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.
Context
AB#2361731
Fixing node vulnerabilities by updating to latest minor version of node 20 and node 24
Task Name
NA - not a task change.
Description
Few packages which are part of the node zip we download and add to the path while building the tasks is marked as vulnerable.
To fix this we are updating the node version being used.
Example Node 24 updates tar version to 7.5.7
Ticket can be resolved once new version is updated
Risk Assessment (Low / Medium / High)
Low - updates only to minor version of node 20 and node 24 no task functionality changes
Change Behind Feature Flag (Yes / No)
No - Not a feature or functionality change
Tech Design / Approach
Documentation Changes Required (Yes/No)
Indicate whether related documentation needs to be updated.
Unit Tests Added or Updated (Yes / No)
NA
Additional Testing Performed
NA
Logging Added/Updated (Yes/No)
Telemetry Added/Updated (Yes/No)
Rollback Scenario and Process (Yes/No)
Dependency Impact Assessed and Regression Tested (Yes/No)
Checklist