Skip to content

Commit

Permalink
Merge pull request #1938 from murgatroid99/test_version_update
Browse files Browse the repository at this point in the history
Drop testing on Node 8, add 14 and 16
  • Loading branch information
murgatroid99 authored Oct 13, 2021
2 parents aa7df42 + 624a839 commit 832afbe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion run-tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ cd $ROOT
git submodule update --init --recursive

if [ ! -n "$node_versions" ] ; then
node_versions="8 10 12"
node_versions="10 12 14 16"
fi

set +ex
Expand Down

0 comments on commit 832afbe

Please sign in to comment.