mirror of https://github.com/grpc/grpc-node.git
commit
818fb3423f
|
@ -22,7 +22,7 @@ curl -o- https://raw.githubusercontent.com/creationix/nvm/v0.33.4/install.sh | b
|
|||
set -e
|
||||
cd $(dirname $0)
|
||||
|
||||
if [ "x$node_versions" == "x" ] ; then
|
||||
if [ "x$node_versions" = "x" ] ; then
|
||||
node_versions="6 7 8"
|
||||
fi
|
||||
|
||||
|
|
Loading…
Reference in New Issue