Upgrade Node to version 8.2.0.

https://nodejs.org/en/blog/release/v8.2.0/
This commit is contained in:
Ben Newman
2017-07-20 15:54:45 -04:00
parent dd124410f3
commit 90cd35e214
2 changed files with 2 additions and 2 deletions

View File

@@ -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

View File

@@ -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