Don't add Node 13 tests yet

This commit is contained in:
murgatroid99 2019-10-28 09:42:32 -07:00
parent 8a279f8292
commit f66c9a19ef
2 changed files with 2 additions and 2 deletions

View File

@ -38,7 +38,7 @@ call npm install || goto :error
SET JUNIT_REPORT_STACK=1
SET FAILED=0
for %%v in (8 10 12 13) do (
for %%v in (8 10 12) do (
call nvm install %%v
call nvm use %%v
if "%%v"=="4" (

View File

@ -26,7 +26,7 @@ set -ex
cd $ROOT
if [ ! -n "$node_versions" ] ; then
node_versions="8 10 12 13"
node_versions="8 10 12"
fi
set +ex