We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 955f088 commit 223bf8fCopy full SHA for 223bf8f
run-tests.bat
@@ -28,8 +28,8 @@ SET JOBS=8
28
29
call nvm version
30
31
-call nvm install 18
32
-call nvm use 18
+call nvm install 16
+call nvm use 16
33
34
git submodule update --init --recursive
35
@@ -40,7 +40,7 @@ call npm install || goto :error
40
SET JUNIT_REPORT_STACK=1
41
SET FAILED=0
42
43
-for %%v in (14 16 18) do (
+for %%v in (14 16) do (
44
call nvm install %%v
45
call nvm use %%v
46
if "%%v"=="4" (
run-tests.sh
@@ -28,7 +28,7 @@ cd $ROOT
if [ ! -n "$node_versions" ] ; then
- node_versions="14 16 18"
+ node_versions="14 16"
fi
set +ex
0 commit comments