From c1c3f230bab90ec3499c62bdd25586b122a93b29 Mon Sep 17 00:00:00 2001 From: Rodrigo Nascimento Date: Tue, 10 Apr 2018 12:08:48 -0300 Subject: [PATCH] Use Node 8.9 for CI build --- .circleci/config.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 1681a3d82e287..ec83eb4bf1d50 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -6,7 +6,7 @@ jobs: build: <<: *defaults docker: - - image: circleci/node:8 + - image: circleci/node:8.9 steps: - checkout @@ -134,7 +134,7 @@ jobs: test-with-oplog: <<: *defaults docker: - - image: circleci/node:8-browsers + - image: circleci/node:8.9-browsers - image: mongo:3.4 command: [mongod, --nojournal, --noprealloc, --smallfiles, --replSet=rs0] @@ -179,7 +179,7 @@ jobs: test-without-oplog: <<: *defaults docker: - - image: circleci/node:8-browsers + - image: circleci/node:8.9-browsers - image: circleci/mongo:3.4 environment: @@ -208,7 +208,7 @@ jobs: deploy: <<: *defaults docker: - - image: circleci/node:8 + - image: circleci/node:8.9 steps: - attach_workspace: