Don't upgrade npm in Windows tests

This commit is contained in:
murgatroid99 2018-04-30 09:39:56 -07:00
parent f1acaf299a
commit ff16b66b6f

View File

@ -39,7 +39,6 @@ SET FAILED=0
for %%v in (4 6 7 8 9) do (
call nvm install %%v
call nvm use %%v
call npm install -g npm
@rem https://github.com/mapbox/node-pre-gyp/issues/362
call npm install -g node-gyp
node -e "console.log(process.versions)"