Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 3bca78e

Browse filesBrowse files
author
Ben Newman
committed
Include Node 4.4.3 in dev bundle.
1 parent 9738dde commit 3bca78e
Copy full SHA for 3bca78e

File tree

Expand file treeCollapse file tree

2 files changed

+2
-2
lines changed
Filter options
Expand file treeCollapse file tree

2 files changed

+2
-2
lines changed

‎scripts/build-dev-bundle-common.sh

Copy file name to clipboardExpand all lines: scripts/build-dev-bundle-common.sh
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ set -u
55

66
UNAME=$(uname)
77
ARCH=$(uname -m)
8-
NODE_VERSION=0.10.43
8+
NODE_VERSION=4.4.3
99

1010
if [ "$UNAME" == "Linux" ] ; then
1111
if [ "$ARCH" != "i686" -a "$ARCH" != "x86_64" ] ; then

‎scripts/generate-dev-bundle.ps1

Copy file name to clipboardExpand all lines: scripts/generate-dev-bundle.ps1
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# use 32bit by default
33
$PLATFORM = "windows_x86"
44
$MONGO_VERSION = "2.6.7"
5-
$NODE_VERSION = "0.10.43"
5+
$NODE_VERSION = "4.4.3"
66
$NPM_VERSION = "2.14.22"
77
$PYTHON_VERSION = "2.7.10" # For node-gyp
88

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.