mirror of
https://github.com/actions/runner-images.git
synced 2025-12-24 10:28:00 +08:00
[Windows] Rework NodeJS install (#4375)
This commit is contained in:
@@ -16,4 +16,10 @@ Describe "Node.JS" {
|
||||
$Test | Should -ReturnZeroExitCode
|
||||
}
|
||||
}
|
||||
|
||||
Context "Node.js version" {
|
||||
It "Node.js version should correspond to the version in the toolset" {
|
||||
node --version | Should -BeLike "v$((Get-ToolsetContent).node.default)*"
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user