[Linux] Rework NodeJS install (#4378)

This commit is contained in:
Nikolay Frolov
2021-10-30 14:56:36 +03:00
committed by GitHub
parent 234919982e
commit 5f33b32a1e
4 changed files with 15 additions and 2 deletions

View File

@@ -10,5 +10,9 @@ Describe "Node.js" {
"$NodeCommand --version" | Should -ReturnZeroExitCode
}
It "Node.js version should correspond to the version in the toolset" {
node --version | Should -BeLike "v$((Get-ToolsetContent).node.default).*"
}
}