Skip to content

Commit 359014e

Browse files
committed
Drop Node 8 tests on Windows
1 parent 57cbf5c commit 359014e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

run-tests.bat

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,8 @@ SET JOBS=8
2828

2929
call nvm version
3030

31-
call nvm install 8
32-
call nvm use 8
31+
call nvm install 10
32+
call nvm use 10
3333

3434
SET npm_config_fetch_retries=5
3535

@@ -38,7 +38,7 @@ call npm install || goto :error
3838
SET JUNIT_REPORT_STACK=1
3939
SET FAILED=0
4040

41-
for %%v in (8 10 12) do (
41+
for %%v in (10 12) do (
4242
call nvm install %%v
4343
call nvm use %%v
4444
if "%%v"=="4" (

0 commit comments

Comments
 (0)