mirror of
https://github.com/actions/runner-images.git
synced 2025-12-18 07:46:57 +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:
@@ -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)"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user