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