diff --git a/History.md b/History.md index 5f30161797..53cb158757 100644 --- a/History.md +++ b/History.md @@ -1,6 +1,6 @@ ## v.NEXT -* Node has been upgraded to version 8.1.4. +* Node has been upgraded to version 8.2.0. * The `npm` npm package has been upgraded to version 5.3.0, a major upgrade from 4.6.1, requiring internal updates to dependency management diff --git a/scripts/build-dev-bundle-common.sh b/scripts/build-dev-bundle-common.sh index 5c81552dac..ac38b562a6 100644 --- a/scripts/build-dev-bundle-common.sh +++ b/scripts/build-dev-bundle-common.sh @@ -6,7 +6,7 @@ set -u UNAME=$(uname) ARCH=$(uname -m) MONGO_VERSION=3.2.12 -NODE_VERSION=8.1.4 +NODE_VERSION=8.2.0 NPM_VERSION=5.3.0 if [ "$UNAME" == "Linux" ] ; then