We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bca6717 commit ed32833Copy full SHA for ed32833
test-example.ps1
@@ -22,7 +22,7 @@ function Install-Packages {
22
23
# Loop through each package and install it individually
24
foreach ($package in $packages) {
25
- $packageVersion = GetValidNpmVersion -PackageName $package -Version $buildVersion
+ $packageVersion = Get-ValidNpmVersion -PackageName $package -Version $buildVersion
26
$packageWithVersion = "$package@$packageVersion"
27
Write-Output "Installing $packageWithVersion..."
28
0 commit comments