Upgrade Node to 4.5.0.

https://nodejs.org/en/blog/release/v4.5.0/
This commit is contained in:
Ben Newman
2016-08-16 12:47:19 -04:00
parent 9478f35fa4
commit b45f733209
3 changed files with 4 additions and 2 deletions

View File

@@ -2,6 +2,8 @@
## v1.4.1
* Node has been upgraded to 4.5.0.
* The `meteor publish-for-arch` command is no longer necessary when
publishing Meteor packages with binary npm dependencies. Instead, binary
dependencies will be rebuilt automatically on the installation side.

View File

@@ -6,7 +6,7 @@ set -u
UNAME=$(uname)
ARCH=$(uname -m)
MONGO_VERSION=3.2.6
NODE_VERSION=4.4.7
NODE_VERSION=4.5.0
NPM_VERSION=3.10.5
if [ "$UNAME" == "Linux" ] ; then

View File

@@ -2,7 +2,7 @@
# use 32bit by default
$PLATFORM = "windows_x86"
$MONGO_VERSION = "3.2.6"
$NODE_VERSION = "4.4.7"
$NODE_VERSION = "4.5.0"
$NPM_VERSION = "3.10.5"
$PYTHON_VERSION = "2.7.10" # For node-gyp