File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -2,12 +2,12 @@ version: 2
2
2
jobs :
3
3
build :
4
4
docker :
5
- - image : circleci/node:latest
5
+ - image : circleci/node:8
6
6
steps :
7
7
- checkout
8
8
- restore_cache :
9
9
keys :
10
- - dependencies-{{ checksum "package.json " }}
10
+ - dependencies-{{ checksum "yarn.lock " }}
11
11
# fallback to using the latest cache if no exact match is found
12
12
- dependencies-
13
13
- run :
16
16
- save_cache :
17
17
paths :
18
18
- node_modules
19
- key : dependencies-{{ checksum "package.json " }}
19
+ key : dependencies-{{ checksum "yarn.lock " }}
20
20
- run :
21
21
name : Check Prettier, ESLint, Flow
22
22
command : yarn ci-check
Original file line number Diff line number Diff line change 62
62
"unist-util-visit" : " ^1.1.3"
63
63
},
64
64
"engines" : {
65
- "node" : " >= 8.4.0"
65
+ "node" : " ^ 8.4.0"
66
66
},
67
67
"homepage" : " https://reactjs.org/" ,
68
68
"keywords" : [
You can’t perform that action at this time.
0 commit comments