diff --git a/build-node.sh b/build-node.sh index 536f781..a6986b5 100755 --- a/build-node.sh +++ b/build-node.sh @@ -1,12 +1,10 @@ #!/bin/sh -VERSION=${1-:"v8.6.0"} +VERSION=${1:-"v8.11.1"} CURRENT_MAC_VERSION="10.13" ADDITIONAL_MAC_VERSIONS=( - 10.6 - 10.7 10.8 10.9 10.10 diff --git a/build-yarnpkg.sh b/build-yarnpkg.sh index 88a3cc9..be04507 100755 --- a/build-yarnpkg.sh +++ b/build-yarnpkg.sh @@ -1,12 +1,10 @@ #!/bin/bash -exuo pipefail -VERSION=${1:-"v1.2.0"} +VERSION=${1:-"v1.6.0"} CURRENT_MAC_VERSION="10.13" ADDITIONAL_MAC_VERSIONS=( - 10.6 - 10.7 10.8 10.9 10.10