Upgrade Node to version 4.8.3.

https://nodejs.org/en/blog/release/v4.8.3/
This commit is contained in:
Ben Newman
2017-05-09 13:51:46 -04:00
parent 3bda1c3df8
commit ea286d0aba
2 changed files with 3 additions and 1 deletions

View File

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

View File

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