mirror of https://github.com/grpc/grpc-node.git
Try not updating npm in tests
This commit is contained in:
parent
f33a944e3a
commit
d948857c01
|
@ -48,7 +48,6 @@ do
|
||||||
echo "Switching to node version $version"
|
echo "Switching to node version $version"
|
||||||
nvm install $version
|
nvm install $version
|
||||||
nvm use $version
|
nvm use $version
|
||||||
npm install -g npm
|
|
||||||
set -ex
|
set -ex
|
||||||
|
|
||||||
mkdir -p "reports/node$version"
|
mkdir -p "reports/node$version"
|
||||||
|
|
Loading…
Reference in New Issue