Ben Newman
2017-10-24 18:25:39 -04:00
parent 7707029644
commit f1e87ddae4
2 changed files with 2 additions and 2 deletions

View File

@@ -1,6 +1,6 @@
## v.NEXT
* Node.js has been upgraded to version 8.7.0, which will be entering
* Node.js has been upgraded to version 8.8.0, which will be entering
long-term support (LTS) coverage on 31 October 2017, lasting through
December 2019 ([full schedule](https://github.com/nodejs/Release#nodejs-release-working-group)).
This is a *major* upgrade from the previous version of Node.js used by

View File

@@ -5,7 +5,7 @@ set -u
UNAME=$(uname)
ARCH=$(uname -m)
NODE_VERSION=8.7.0
NODE_VERSION=8.8.0
MONGO_VERSION_64BIT=3.2.15
MONGO_VERSION_32BIT=3.2.15
NPM_VERSION=5.4.2