Skip to content

Commit

Permalink
Increase TLS vesion on Windows tests to fix nvm download
Browse files Browse the repository at this point in the history
  • Loading branch information
murgatroid99 committed Dec 8, 2021
1 parent c52cb84 commit de66063
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions run-tests.bat
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ powershell -c "[System.Environment]::OSVersion"
powershell -c "Get-WmiObject -Class Win32_ComputerSystem"
powershell -c "(Get-WmiObject -Class Win32_ComputerSystem).SystemType"

powershell -c "[Net.ServicePointManager]::SecurityProtocol = [Net.SecurityProtocolType]::Tls12"
powershell -c "& { iwr https://raw.githubusercontent.com/grumpycoders/nvm-ps/master/nvm.ps1 | iex }"

SET PATH=%APPDATA%\nvm-ps;%APPDATA%\nvm-ps\nodejs;%PATH%
Expand Down

0 comments on commit de66063

Please sign in to comment.