Skip to content

Commit f8e40b7

Browse files
committed
circle added. Solve #105
1 parent ef7f0a1 commit f8e40b7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.circleci/config.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ var_1: &cache_key yarn-cache-{{ checksum "yarn.lock" }}
55
jobs:
66
lint:
77
docker:
8-
- image: circleci/node:7.10
8+
- image: circleci/node:8.9.0
99
steps:
1010
- checkout
1111
- restore_cache:

0 commit comments

Comments
 (0)