Skip to content

Commit 861c6e3

Browse files
Update node image to v. 7.9.0
1 parent 00172c3 commit 861c6e3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ jobs:
33
build:
44
working_directory: ~/mern-starter
55
docker:
6-
- image: circleci/node:4.8.2
6+
- image: node:7.9.0
77
- image: mongo:3.4.4
88
steps:
99
- checkout

0 commit comments

Comments
 (0)