Skip to content

Commit c837d5f

Browse files
committed
Update Node version
1 parent 1ea8800 commit c837d5f

File tree

1 file changed

+20
-20
lines changed

1 file changed

+20
-20
lines changed

.evergreen.yml

Lines changed: 20 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -292,7 +292,7 @@ tasks:
292292
# Get precompiled
293293
curl -fs \
294294
-o ".deps/${fetch_npm_tarball}" \
295-
--url "https://nodejs.org/download/release/v8.2.1/${fetch_npm_tarball}"
295+
--url "https://nodejs.org/download/release/v8.9.3/${fetch_npm_tarball}"
296296
cd .deps
297297
tar xzf ${fetch_npm_tarball} --strip-components=1
298298
@@ -322,11 +322,11 @@ tasks:
322322
# Get precompiled
323323
curl -fs \
324324
-o ".deps/${fetch_npm_tarball}" \
325-
--url "https://nodejs.org/download/release/v8.2.1/${fetch_npm_tarball}"
325+
--url "https://nodejs.org/download/release/v8.9.3/${fetch_npm_tarball}"
326326
cd .deps
327327
unzip ${fetch_npm_tarball}
328-
mv node-v8.2.1-win-x64/* .
329-
rm -rf node-v8.2.1-win-x64
328+
mv node-v8.9.3-win-x64/* .
329+
rm -rf node-v8.9.3-win-x64
330330
331331
chmod +x npm.cmd || true
332332
chmod +x npm || true
@@ -418,7 +418,7 @@ buildvariants:
418418
- "osx-1010-compass"
419419
expansions:
420420
build_via_local_tunnel: true
421-
fetch_npm_tarball: node-v8.2.1-darwin-x64.tar.gz
421+
fetch_npm_tarball: node-v8.9.3-darwin-x64.tar.gz
422422
node_path: "$(pwd)/.deps/bin"
423423
num_cores: $(sysctl -n hw.logicalcpu)
424424
compass_distribution: compass
@@ -432,7 +432,7 @@ buildvariants:
432432
- "osx-1010-compass"
433433
expansions:
434434
build_via_local_tunnel: true
435-
fetch_npm_tarball: node-v8.2.1-darwin-x64.tar.gz
435+
fetch_npm_tarball: node-v8.9.3-darwin-x64.tar.gz
436436
node_path: "$(pwd)/.deps/bin"
437437
num_cores: $(sysctl -n hw.logicalcpu)
438438
compass_distribution: compass-community
@@ -446,7 +446,7 @@ buildvariants:
446446
- "osx-1010-compass"
447447
expansions:
448448
build_via_local_tunnel: true
449-
fetch_npm_tarball: node-v8.2.1-darwin-x64.tar.gz
449+
fetch_npm_tarball: node-v8.9.3-darwin-x64.tar.gz
450450
node_path: "$(pwd)/.deps/bin"
451451
num_cores: $(sysctl -n hw.logicalcpu)
452452
compass_distribution: compass-readonly
@@ -460,7 +460,7 @@ buildvariants:
460460
- "osx-1010-compass"
461461
expansions:
462462
build_via_local_tunnel: true
463-
fetch_npm_tarball: node-v8.2.1-darwin-x64.tar.gz
463+
fetch_npm_tarball: node-v8.9.3-darwin-x64.tar.gz
464464
node_path: "$(pwd)/.deps/bin"
465465
num_cores: $(sysctl -n hw.logicalcpu)
466466
compass_distribution: compass-isolated
@@ -473,7 +473,7 @@ buildvariants:
473473
run_on:
474474
- "windows-64-vs2015-test"
475475
expansions:
476-
fetch_npm_tarball: node-v8.2.1-win-x64.zip
476+
fetch_npm_tarball: node-v8.9.3-win-x64.zip
477477
node_path: "$(pwd)/.deps"
478478
num_cores: $(grep -c ^processor /proc/cpuinfo)
479479
add_env_appdata: Z:\
@@ -487,7 +487,7 @@ buildvariants:
487487
run_on:
488488
- "windows-64-vs2015-test"
489489
expansions:
490-
fetch_npm_tarball: node-v8.2.1-win-x64.zip
490+
fetch_npm_tarball: node-v8.9.3-win-x64.zip
491491
node_path: "$(pwd)/.deps"
492492
num_cores: $(grep -c ^processor /proc/cpuinfo)
493493
add_env_appdata: Z:\
@@ -501,7 +501,7 @@ buildvariants:
501501
run_on:
502502
- "windows-64-vs2015-test"
503503
expansions:
504-
fetch_npm_tarball: node-v8.2.1-win-x64.zip
504+
fetch_npm_tarball: node-v8.9.3-win-x64.zip
505505
node_path: "$(pwd)/.deps"
506506
num_cores: $(grep -c ^processor /proc/cpuinfo)
507507
add_env_appdata: Z:\
@@ -515,7 +515,7 @@ buildvariants:
515515
run_on:
516516
- "windows-64-vs2015-test"
517517
expansions:
518-
fetch_npm_tarball: node-v8.2.1-win-x64.zip
518+
fetch_npm_tarball: node-v8.9.3-win-x64.zip
519519
node_path: "$(pwd)/.deps"
520520
num_cores: $(grep -c ^processor /proc/cpuinfo)
521521
add_env_appdata: Z:\
@@ -529,7 +529,7 @@ buildvariants:
529529
run_on:
530530
- "ubuntu1404-test"
531531
expansions:
532-
fetch_npm_tarball: node-v8.2.1-linux-x64.tar.gz
532+
fetch_npm_tarball: node-v8.9.3-linux-x64.tar.gz
533533
node_path: "$(pwd)/.deps/bin"
534534
compile_env: CC=/opt/mongodbtoolchain/bin/gcc CXX=/opt/mongodbtoolchain/bin/g++
535535
num_cores: $(grep -c ^processor /proc/cpuinfo)
@@ -543,7 +543,7 @@ buildvariants:
543543
run_on:
544544
- "ubuntu1404-test"
545545
expansions:
546-
fetch_npm_tarball: node-v8.2.1-linux-x64.tar.gz
546+
fetch_npm_tarball: node-v8.9.3-linux-x64.tar.gz
547547
node_path: "$(pwd)/.deps/bin"
548548
compile_env: CC=/opt/mongodbtoolchain/bin/gcc CXX=/opt/mongodbtoolchain/bin/g++
549549
num_cores: $(grep -c ^processor /proc/cpuinfo)
@@ -557,7 +557,7 @@ buildvariants:
557557
run_on:
558558
- "ubuntu1404-test"
559559
expansions:
560-
fetch_npm_tarball: node-v8.2.1-linux-x64.tar.gz
560+
fetch_npm_tarball: node-v8.9.3-linux-x64.tar.gz
561561
node_path: "$(pwd)/.deps/bin"
562562
compile_env: CC=/opt/mongodbtoolchain/bin/gcc CXX=/opt/mongodbtoolchain/bin/g++
563563
num_cores: $(grep -c ^processor /proc/cpuinfo)
@@ -571,7 +571,7 @@ buildvariants:
571571
run_on:
572572
- "ubuntu1404-test"
573573
expansions:
574-
fetch_npm_tarball: node-v8.2.1-linux-x64.tar.gz
574+
fetch_npm_tarball: node-v8.9.3-linux-x64.tar.gz
575575
node_path: "$(pwd)/.deps/bin"
576576
compile_env: CC=/opt/mongodbtoolchain/bin/gcc CXX=/opt/mongodbtoolchain/bin/g++
577577
num_cores: $(grep -c ^processor /proc/cpuinfo)
@@ -585,7 +585,7 @@ buildvariants:
585585
run_on:
586586
- "rhel70"
587587
expansions:
588-
fetch_npm_tarball: node-v8.2.1-linux-x64.tar.gz
588+
fetch_npm_tarball: node-v8.9.3-linux-x64.tar.gz
589589
node_path: "$(pwd)/.deps/bin"
590590
compile_env: CC=/opt/mongodbtoolchain/bin/gcc CXX=/opt/mongodbtoolchain/bin/g++
591591
num_cores: $(grep -c ^processor /proc/cpuinfo)
@@ -599,7 +599,7 @@ buildvariants:
599599
run_on:
600600
- "rhel70"
601601
expansions:
602-
fetch_npm_tarball: node-v8.2.1-linux-x64.tar.gz
602+
fetch_npm_tarball: node-v8.9.3-linux-x64.tar.gz
603603
node_path: "$(pwd)/.deps/bin"
604604
compile_env: CC=/opt/mongodbtoolchain/bin/gcc CXX=/opt/mongodbtoolchain/bin/g++
605605
num_cores: $(grep -c ^processor /proc/cpuinfo)
@@ -613,7 +613,7 @@ buildvariants:
613613
run_on:
614614
- "rhel70"
615615
expansions:
616-
fetch_npm_tarball: node-v8.2.1-linux-x64.tar.gz
616+
fetch_npm_tarball: node-v8.9.3-linux-x64.tar.gz
617617
node_path: "$(pwd)/.deps/bin"
618618
compile_env: CC=/opt/mongodbtoolchain/bin/gcc CXX=/opt/mongodbtoolchain/bin/g++
619619
num_cores: $(grep -c ^processor /proc/cpuinfo)
@@ -627,7 +627,7 @@ buildvariants:
627627
run_on:
628628
- "rhel70"
629629
expansions:
630-
fetch_npm_tarball: node-v8.2.1-linux-x64.tar.gz
630+
fetch_npm_tarball: node-v8.9.3-linux-x64.tar.gz
631631
node_path: "$(pwd)/.deps/bin"
632632
compile_env: CC=/opt/mongodbtoolchain/bin/gcc CXX=/opt/mongodbtoolchain/bin/g++
633633
num_cores: $(grep -c ^processor /proc/cpuinfo)

0 commit comments

Comments
 (0)