mirror of
https://github.com/grpc/grpc-node.git
synced 2025-12-08 18:23:54 +00:00
Drop Node 8 tests on Windows
This commit is contained in:
parent
57cbf5c886
commit
359014eeed
@ -28,8 +28,8 @@ SET JOBS=8
|
||||
|
||||
call nvm version
|
||||
|
||||
call nvm install 8
|
||||
call nvm use 8
|
||||
call nvm install 10
|
||||
call nvm use 10
|
||||
|
||||
SET npm_config_fetch_retries=5
|
||||
|
||||
@ -38,7 +38,7 @@ call npm install || goto :error
|
||||
SET JUNIT_REPORT_STACK=1
|
||||
SET FAILED=0
|
||||
|
||||
for %%v in (8 10 12) do (
|
||||
for %%v in (10 12) do (
|
||||
call nvm install %%v
|
||||
call nvm use %%v
|
||||
if "%%v"=="4" (
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user