mirror of
https://github.com/actions/runner-images.git
synced 2025-12-14 13:17:54 +00:00
[Ubuntu] Update npm parcel package to v2 (#4743)
* [Ubuntu] Update npm parcel package to v2 * [Ubuntu] Add the parcel to the software report * [Ubuntu] Move the parcel on tools to the software report
This commit is contained in:
@@ -174,6 +174,11 @@ function Get-YarnVersion {
|
|||||||
return "Yarn $yarnVersion"
|
return "Yarn $yarnVersion"
|
||||||
}
|
}
|
||||||
|
|
||||||
|
function Get-ParcelVersion {
|
||||||
|
$parcelVersion = parcel --version
|
||||||
|
return "Parcel $parcelVersion"
|
||||||
|
}
|
||||||
|
|
||||||
function Get-PipVersion {
|
function Get-PipVersion {
|
||||||
$result = Get-CommandResult "pip --version"
|
$result = Get-CommandResult "pip --version"
|
||||||
$result.Output -match "pip (?<version>\d+\.\d+\.\d+)" | Out-Null
|
$result.Output -match "pip (?<version>\d+\.\d+\.\d+)" | Out-Null
|
||||||
|
|||||||
@@ -130,6 +130,7 @@ $toolsList = @(
|
|||||||
(Get-NvmVersion),
|
(Get-NvmVersion),
|
||||||
(Get-OpensslVersion),
|
(Get-OpensslVersion),
|
||||||
(Get-PackerVersion),
|
(Get-PackerVersion),
|
||||||
|
(Get-ParcelVersion),
|
||||||
(Get-PhantomJSVersion),
|
(Get-PhantomJSVersion),
|
||||||
(Get-PodManVersion),
|
(Get-PodManVersion),
|
||||||
(Get-PulumiVersion),
|
(Get-PulumiVersion),
|
||||||
@@ -213,7 +214,7 @@ $browsersAndDriversList = @(
|
|||||||
(Get-ChromeDriverVersion),
|
(Get-ChromeDriverVersion),
|
||||||
(Get-FirefoxVersion),
|
(Get-FirefoxVersion),
|
||||||
(Get-GeckodriverVersion),
|
(Get-GeckodriverVersion),
|
||||||
(Get-ChromiumVersion),
|
(Get-ChromiumVersion),
|
||||||
(Get-SeleniumVersion)
|
(Get-SeleniumVersion)
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|||||||
@@ -297,7 +297,7 @@
|
|||||||
"command": "n"
|
"command": "n"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "parcel-bundler",
|
"name": "parcel",
|
||||||
"command": "parcel"
|
"command": "parcel"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|||||||
@@ -298,7 +298,7 @@
|
|||||||
"command": "n"
|
"command": "n"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "parcel-bundler",
|
"name": "parcel",
|
||||||
"command": "parcel"
|
"command": "parcel"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user