Skip to content

Commit c16e4fc

Browse files
committed
INT-783 evergreen: Node 4 on os x, ubuntu
1 parent 371933b commit c16e4fc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.evergreen.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -181,7 +181,7 @@ buildvariants:
181181
run_on:
182182
- "osx-108"
183183
expansions:
184-
fetch_npm_tarball: node-v0.12.7-npm-3.3.5-darwin-x64.tgz
184+
fetch_npm_tarball: node-v4.2.2-npm-3.3.12-darwin-x64.tgz
185185
node_path: "$(pwd)/.deps/bin"
186186
installer_content_type: "application/x-apple-diskimage"
187187
installer_filename: "MongoDB Compass.dmg"
@@ -210,7 +210,7 @@ buildvariants:
210210
run_on:
211211
- "ubuntu1404-test"
212212
expansions:
213-
fetch_npm_tarball: node-v0.12.7-npm-3.3.5-linux-x64.tar.gz
213+
fetch_npm_tarball: node-v4.2.2-npm-3.3.12-linux-x64.tgz
214214
node_path: "$(pwd)/.deps/bin"
215215
compile_env: CC=/opt/mongodbtoolchain/bin/gcc CXX=/opt/mongodbtoolchain/bin/g++
216216
num_cores: $(grep -c ^processor /proc/cpuinfo)

0 commit comments

Comments
 (0)