Skip to content

Commit bdd8e76

Browse files
committed
[CIRCLE_CI]: added new version for node
1 parent a97a788 commit bdd8e76

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

.circleci/config.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,8 @@ jobs:
44
working_directory: ~/mern-starter
55
# The primary container is an instance of the first image listed. The job's commands run in this container.
66
docker:
7-
- image: circleci/node:4.8.2-jessie
7+
- image: circleci/node:latest
88
# The secondary container is an instance of the second listed image which is run in a common network where ports exposed on the primary container are available on localhost.
9-
- image: mongo:3.4.4-jessie
109
steps:
1110
- checkout
1211
- run:
@@ -23,8 +22,7 @@ jobs:
2322
- node_modules
2423
test:
2524
docker:
26-
- image: circleci/node:4.8.2-jessie
27-
- image: mongo:3.4.4-jessie
25+
- image: circleci/node:latest
2826
steps:
2927
- checkout
3028
- run:

0 commit comments

Comments
 (0)