[Windows] Rework NodeJS install (#4375)

This commit is contained in:
Nikolay Frolov
2021-10-30 14:03:05 +03:00
committed by GitHub
parent 64b553b5d0
commit 234919982e
5 changed files with 17 additions and 1 deletions

View File

@@ -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)*"
}
}
}