mirror of
https://github.com/actions/runner-images-sangeeth.git
synced 2026-01-05 01:31:51 +08:00
[macOS] Remove nvm aliases and old node versions. (#2687)
* remove aliases and old node versions. * resolve comments * fix tests
This commit is contained in:
@@ -38,7 +38,7 @@ Describe "nvm" {
|
||||
}
|
||||
|
||||
Context "nvm versions" {
|
||||
$NVM_VERSIONS = @(6, 8, 10, 12)
|
||||
$NVM_VERSIONS = @(10, 12, 14)
|
||||
$testCases = $NVM_VERSIONS | ForEach-Object { @{NvmVersion = $_} }
|
||||
|
||||
It "<NvmVersion>" -TestCases $testCases {
|
||||
|
||||
Reference in New Issue
Block a user