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 c52cb84 commit 57cbf5cCopy full SHA for 57cbf5c
run-tests.bat
@@ -21,7 +21,7 @@ powershell -c "[System.Environment]::OSVersion"
21
powershell -c "Get-WmiObject -Class Win32_ComputerSystem"
22
powershell -c "(Get-WmiObject -Class Win32_ComputerSystem).SystemType"
23
24
-powershell -c "& { iwr https://raw.githubusercontent.com/grumpycoders/nvm-ps/master/nvm.ps1 | iex }"
+powershell -c "[Net.ServicePointManager]::SecurityProtocol = [Net.SecurityProtocolType]::Tls12; & { iwr https://raw.githubusercontent.com/grumpycoders/nvm-ps/master/nvm.ps1 | iex }"
25
26
SET PATH=%APPDATA%\nvm-ps;%APPDATA%\nvm-ps\nodejs;%PATH%
27
SET JOBS=8
0 commit comments