mirror of https://github.com/grpc/grpc-node.git
Merge pull request #66 from murgatroid99/docker_test_script_fix
Try not updating npm in tests
This commit is contained in:
commit
0aae3f8264
|
|
@ -48,7 +48,6 @@ do
|
|||
echo "Switching to node version $version"
|
||||
nvm install $version
|
||||
nvm use $version
|
||||
npm install -g npm
|
||||
set -ex
|
||||
|
||||
mkdir -p "reports/node$version"
|
||||
|
|
|
|||
Loading…
Reference in New Issue