mirror of
https://github.com/grpc/grpc-node.git
synced 2025-12-08 18:23:54 +00:00
Don't upgrade npm in Windows tests
This commit is contained in:
parent
f1acaf299a
commit
ff16b66b6f
@ -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)"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user