Test node v16
This commit is contained in:
parent
2b3522fc96
commit
0e9f89f900
2 changed files with 5 additions and 3 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue