mirror of
https://github.com/meteor/meteor.git
synced 2026-05-02 03:01:46 -04:00
Upgrade Node to version 8.8.0.
https://nodejs.org/en/blog/release/v8.8.0/ https://nodejs.org/en/blog/vulnerability/oct-2017-dos/
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user