Skip to content

Commit e93e3a9

Browse files
authored
Update config.yml
1 parent 4a55bd0 commit e93e3a9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.circleci/config.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ jobs:
77
build:
88
docker:
99
# specify the version you desire here
10-
- image: circleci/node:7.10
10+
- image: circleci/node:10.15
1111

1212
# Specify service dependencies here if necessary
1313
# CircleCI maintains a library of pre-built images
@@ -34,4 +34,4 @@ jobs:
3434
key: v1-dependencies-{{ checksum "package.json" }}
3535

3636
# run tests!
37-
- run: npm test
37+
- run: npm test

0 commit comments

Comments
 (0)