mirror of https://github.com/grpc/grpc-node.git
Use nvm --delete-prefix option
This commit is contained in:
parent
ba52c1b9d7
commit
b2007975a1
|
@ -58,7 +58,7 @@ do
|
|||
set +ex
|
||||
echo "Switching to node version $version"
|
||||
nvm install $version
|
||||
nvm use $version
|
||||
nvm use --delete-prefix $version
|
||||
set -ex
|
||||
|
||||
export JUNIT_REPORT_PATH="reports/node$version/"
|
||||
|
|
Loading…
Reference in New Issue