Skip to content
Snippets Groups Projects
Unverified Commit c1c3f230 authored by Rodrigo Nascimento's avatar Rodrigo Nascimento
Browse files

Use Node 8.9 for CI build

parent 89372c1d
No related branches found
No related tags found
No related merge requests found
......@@ -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:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment