We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0eabf2d commit fbce2daCopy full SHA for fbce2da
system-test/system_test.sh
@@ -14,7 +14,7 @@ cd $(dirname $0)
14
# official releases. https://nodejs.org/en/about/releases/
15
if [[ -z "$BINARY_HOST" ]]; then
16
ADDITIONAL_PACKAGES="python3 g++ make"
17
- NODE_VERSIONS=(14 16 18 19)
+ NODE_VERSIONS=(14 16 19)
18
else
19
# Tested versions for pre-built binaries are limited based on
20
# what node-pre-gyp can specify as its target version.
0 commit comments