mirror of
https://github.com/actions/runner-images.git
synced 2025-12-13 12:48:18 +00:00
[Windows] Update npm parcel package to v2 (#4742)
* [Windows] Update npm parcel package to v2 * [Windows] Add the parcel to the software report * [Windows] Add the parcel in tests * [Windows] Move the function Get-ParcelVersion
This commit is contained in:
@@ -121,6 +121,7 @@ $toolsList = @(
|
||||
if ((Test-IsWin16) -or (Test-IsWin19)) {
|
||||
$toolsList += @(
|
||||
(Get-GoogleCloudSDKVersion),
|
||||
(Get-ParcelVersion),
|
||||
(Get-ServiceFabricSDKVersion)
|
||||
)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user