Skip to content

Commit f6725d1

Browse files
nolanmar511kalyanac
authored andcommitted
chore: stop building pre-built binaries for node 6 (#88)
1 parent 0b9b58f commit f6725d1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/build/build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ mkdir -p "$ARTIFACTS_OUT"
2828

2929
npm install
3030

31-
for version in 6.0.0 8.0.0 10.0.0 11.0.0 12.0.0
31+
for version in 8.0.0 10.0.0 11.0.0 12.0.0
3232
do
3333
./node_modules/.bin/node-pre-gyp configure rebuild package \
3434
--target=$version --target_arch="x64"

0 commit comments

Comments
 (0)