Skip to content

Commit fbce2da

Browse files
committed
Test kokoro system-test
1 parent 0eabf2d commit fbce2da

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

system-test/system_test.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ cd $(dirname $0)
1414
# official releases. https://nodejs.org/en/about/releases/
1515
if [[ -z "$BINARY_HOST" ]]; then
1616
ADDITIONAL_PACKAGES="python3 g++ make"
17-
NODE_VERSIONS=(14 16 18 19)
17+
NODE_VERSIONS=(14 16 19)
1818
else
1919
# Tested versions for pre-built binaries are limited based on
2020
# what node-pre-gyp can specify as its target version.

0 commit comments

Comments
 (0)