mirror of https://github.com/grpc/grpc-node.git
Adding debug message.
This commit is contained in:
parent
463e6ea93a
commit
5680ac7d33
|
@ -32,6 +32,7 @@ for version in ${node_versions}
|
|||
do
|
||||
# Install and setup node for the version we want.
|
||||
set +e
|
||||
echo "Switching to node version $version"
|
||||
nvm install $version
|
||||
nvm use $version
|
||||
set -e
|
||||
|
|
Loading…
Reference in New Issue