grpc-js: Test against actively maintained Node versions

This commit is contained in:
Michael Lumish 2022-10-14 11:46:32 -07:00
parent 3e0a037a7f
commit 955f088379
2 changed files with 4 additions and 4 deletions

View File

@ -28,8 +28,8 @@ SET JOBS=8
call nvm version
call nvm install 10
call nvm use 10
call nvm install 18
call nvm use 18
git submodule update --init --recursive
@ -40,7 +40,7 @@ call npm install || goto :error
SET JUNIT_REPORT_STACK=1
SET FAILED=0
for %%v in (10 12) do (
for %%v in (14 16 18) do (
call nvm install %%v
call nvm use %%v
if "%%v"=="4" (

View File

@ -28,7 +28,7 @@ cd $ROOT
git submodule update --init --recursive
if [ ! -n "$node_versions" ] ; then
node_versions="10 12 14 16"
node_versions="14 16 18"
fi
set +ex