Test node v16

This commit is contained in:
William S Fulton 2021-04-26 22:56:30 +01:00
commit 0e9f89f900
2 changed files with 5 additions and 3 deletions

View file

@ -44,7 +44,7 @@ case "$SWIGLANG" in
travis_retry npm install -g node-gyp@$VER
elif [ "$VER" == "8" ] ; then
travis_retry npm install -g node-gyp@6
elif [ "$VER" == "10" ] || [ "$VER" == "12" ] || [ "$VER" == "14" ] ; then
elif [ "$VER" == "10" ] || [ "$VER" == "12" ] || [ "$VER" == "14" ] || [ "$VER" == "16" ]; then
travis_retry npm install -g node-gyp@7
else
travis_retry npm install -g node-gyp