We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents c6b2f42 + e1ed6eb commit 75713b5Copy full SHA for 75713b5
run-tests.bat
@@ -38,7 +38,7 @@ call npm install || goto :error
38
SET JUNIT_REPORT_STACK=1
39
SET FAILED=0
40
41
-for %%v in (6 7 8 9 10 11 12) do (
+for %%v in (8 10 12) do (
42
call nvm install %%v
43
call nvm use %%v
44
if "%%v"=="4" (
run-tests.sh
@@ -26,7 +26,7 @@ set -ex
26
cd $ROOT
27
28
if [ ! -n "$node_versions" ] ; then
29
- node_versions="6 7 8 9 10 11 12"
+ node_versions="8 10 12"
30
fi
31
32
set +ex
0 commit comments