Skip to content

Commit e9e3958

Browse files
committed
Add remark
1 parent 2af771d commit e9e3958

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

build.ps1

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -174,6 +174,7 @@ if ($null -ne $packageType) {
174174
& $rustup default stable
175175

176176
## Test if Node is installed
177+
## Skipping upgrade as users may have a specific version they want to use
177178
if (!(Get-Command 'node' -ErrorAction Ignore)) {
178179
Write-Verbose -Verbose "Node.js not found, installing..."
179180
if (!$IsWindows) {

0 commit comments

Comments
 (0)