Skip to content

Commit 1f7a00e

Browse files
authored
chore: fix system-tests by only testing pinned versions (#228)
1 parent 5ae0e9b commit 1f7a00e

File tree

2 files changed

+1
-15
lines changed

2 files changed

+1
-15
lines changed

system-test/Dockerfile.nodenode-alpine

Lines changed: 0 additions & 14 deletions
This file was deleted.

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=(12 14 16 17 18 node)
17+
NODE_VERSIONS=(12 14 16 17 18)
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)