mirror of
https://github.com/meteor/meteor.git
synced 2026-05-02 03:01:46 -04:00
Upgrade Node to version 4.8.3.
https://nodejs.org/en/blog/release/v4.8.3/
This commit is contained in:
@@ -1,5 +1,7 @@
|
||||
## v.NEXT
|
||||
|
||||
* Node has been upgraded to version 4.8.3.
|
||||
|
||||
* Running `meteor add dynamic-import` installs support for ECMAScript
|
||||
[dynamic `import(...)`](https://github.com/tc39/proposal-dynamic-import),
|
||||
a new language feature which allows for asynchronous module fetching
|
||||
|
||||
@@ -6,7 +6,7 @@ set -u
|
||||
UNAME=$(uname)
|
||||
ARCH=$(uname -m)
|
||||
MONGO_VERSION=3.2.12
|
||||
NODE_VERSION=4.8.2
|
||||
NODE_VERSION=4.8.3
|
||||
NPM_VERSION=4.5.0
|
||||
|
||||
if [ "$UNAME" == "Linux" ] ; then
|
||||
|
||||
Reference in New Issue
Block a user