Skip to content

Commit

Permalink
chore: force to use vs2022, as vs2019 does not work
Browse files Browse the repository at this point in the history
  • Loading branch information
kmruiz committed Dec 4, 2023
1 parent 222b57c commit 80f45ae
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .evergreen/InstallNode.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ $url = "https://nodejs.org/download/release/v$version/node-v$version-win-x64.zip
$filename = "node.zip"
$node_zip = "$PSScriptRoot\$filename"
$node_dir = "$PSScriptRoot\node-v$version-win-x64"
$target_env = "vs2022"

Write-Host "[NODE] downloading nodejs install"
Write-Host "url : $url"
Expand Down

0 comments on commit 80f45ae

Please sign in to comment.