Update submodules in test script

This commit is contained in:
Michael Lumish 2020-07-21 13:58:16 -07:00
parent 437f534930
commit 71e5cb9c4f
1 changed files with 2 additions and 0 deletions

View File

@ -25,6 +25,8 @@ curl -o- https://raw.githubusercontent.com/creationix/nvm/v0.33.4/install.sh | b
set -ex
cd $ROOT
git submodule update --init --recursive
if [ ! -n "$node_versions" ] ; then
node_versions="8 10 12"
fi