mirror of
https://github.com/actions/runner-images.git
synced 2025-12-14 22:05:17 +00:00
add lerna version (#2914)
This commit is contained in:
committed by
GitHub
parent
671348b620
commit
758e6ef267
@@ -84,6 +84,11 @@ function Get-JuliaVersion {
|
||||
return "Julia $juliaVersion"
|
||||
}
|
||||
|
||||
function Get-LernaVersion {
|
||||
$version = lerna -v
|
||||
return "Lerna $version"
|
||||
}
|
||||
|
||||
function Get-HomebrewVersion {
|
||||
$result = Get-CommandResult "brew -v"
|
||||
$result.Output -match "Homebrew (?<version>\d+\.\d+\.\d+)" | Out-Null
|
||||
|
||||
Reference in New Issue
Block a user