mirror of https://github.com/grpc/grpc-node.git
Merge pull request #1039 from bjornstar/drop-eol-node
Stop testing EOL versions of node
This commit is contained in:
commit
75713b5457
|
@ -38,7 +38,7 @@ call npm install || goto :error
|
|||
SET JUNIT_REPORT_STACK=1
|
||||
SET FAILED=0
|
||||
|
||||
for %%v in (6 7 8 9 10 11 12) do (
|
||||
for %%v in (8 10 12) do (
|
||||
call nvm install %%v
|
||||
call nvm use %%v
|
||||
if "%%v"=="4" (
|
||||
|
|
|
@ -26,7 +26,7 @@ set -ex
|
|||
cd $ROOT
|
||||
|
||||
if [ ! -n "$node_versions" ] ; then
|
||||
node_versions="6 7 8 9 10 11 12"
|
||||
node_versions="8 10 12"
|
||||
fi
|
||||
|
||||
set +ex
|
||||
|
|
Loading…
Reference in New Issue