mirror of
https://github.com/actions/runner-images.git
synced 2025-12-13 20:56:47 +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)
|
||||
)
|
||||
}
|
||||
|
||||
@@ -135,6 +135,11 @@ function Get-PackerVersion {
|
||||
return "Packer $packerVersion"
|
||||
}
|
||||
|
||||
function Get-ParcelVersion {
|
||||
$parcelVersion = parcel --version
|
||||
return "Parcel $parcelVersion"
|
||||
}
|
||||
|
||||
function Get-PulumiVersion {
|
||||
return "Pulumi $(pulumi version)"
|
||||
}
|
||||
|
||||
@@ -374,7 +374,7 @@
|
||||
{ "name": "cordova" },
|
||||
{ "name": "grunt-cli", "test": "grunt --version" },
|
||||
{ "name": "gulp-cli", "test": "gulp --version" },
|
||||
{ "name": "parcel-bundler" },
|
||||
{ "name": "parcel", "test": "parcel --version" },
|
||||
{ "name": "webpack" },
|
||||
{ "name": "webpack-cli" },
|
||||
{ "name": "node-sass" }
|
||||
|
||||
@@ -406,7 +406,7 @@
|
||||
{ "name": "cordova" },
|
||||
{ "name": "grunt-cli", "test": "grunt --version" },
|
||||
{ "name": "gulp-cli", "test": "gulp --version" },
|
||||
{ "name": "parcel-bundler" },
|
||||
{ "name": "parcel", "test": "parcel --version"},
|
||||
{ "name": "webpack" },
|
||||
{ "name": "webpack-cli" },
|
||||
{ "name": "node-sass" }
|
||||
|
||||
Reference in New Issue
Block a user