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 2af771d commit e9e3958Copy full SHA for e9e3958
build.ps1
@@ -174,6 +174,7 @@ if ($null -ne $packageType) {
174
& $rustup default stable
175
176
## Test if Node is installed
177
+ ## Skipping upgrade as users may have a specific version they want to use
178
if (!(Get-Command 'node' -ErrorAction Ignore)) {
179
Write-Verbose -Verbose "Node.js not found, installing..."
180
if (!$IsWindows) {
0 commit comments