diff --git a/scripts/build-dev-bundle-common.sh b/scripts/build-dev-bundle-common.sh index d679569e3b..349d66a852 100644 --- a/scripts/build-dev-bundle-common.sh +++ b/scripts/build-dev-bundle-common.sh @@ -5,13 +5,13 @@ set -u UNAME=$(uname) ARCH=$(uname -m) -NODE_VERSION=8.11.2 +NODE_VERSION=8.11.2-rc.1 MONGO_VERSION_64BIT=3.6.4 MONGO_VERSION_32BIT=3.2.19 NPM_VERSION=5.8.0 # If we built Node from source on Jenkins, this is the build number. -NODE_BUILD_NUMBER=133 +NODE_BUILD_NUMBER= if [ "$UNAME" == "Linux" ] ; then if [ "$ARCH" != "i686" -a "$ARCH" != "x86_64" ] ; then