File tree Expand file tree Collapse file tree 2 files changed +7
-6
lines changed Expand file tree Collapse file tree 2 files changed +7
-6
lines changed Original file line number Diff line number Diff line change @@ -58,17 +58,17 @@ jobs:
5858 - run :
5959 name : Install dependencies
6060 command : npm install
61+ - save_cache :
62+ key : v2-npm-lock-{{ .Branch }}-{{ .Environment.CIRCLE_JOB }}-{{ checksum "package.json" }}
63+ paths :
64+ - node_modules
6165 - run :
6266 name : Install eslint 5
6367 command : |
6468 # We need to execute this command twice because of npm's bug.
6569 # See also: https://npm.community/t/error-node-modules-staging-eslint-e7cf6846-node-modules-eslint
66- npm install eslint@5.0.0 --no-save
67- npm install eslint@5.0.0 --no-save
70+ npm install eslint@5.0.0 acorn@6.0.7 --no-save
71+ npm install eslint@5.0.0 acorn@6.0.7 --no-save
6872 - run :
6973 name : Test
7074 command : npm test
71- - save_cache :
72- key : v2-npm-lock-{{ .Branch }}-{{ .Environment.CIRCLE_JOB }}-{{ checksum "package.json" }}
73- paths :
74- - node_modules
Original file line number Diff line number Diff line change 5151 "devDependencies" : {
5252 "@types/node" : " ^4.2.16" ,
5353 "@typescript-eslint/parser" : " ^1.11.0" ,
54+ "acorn" : " ^7.0.0" ,
5455 "babel-eslint" : " ^10.0.2" ,
5556 "chai" : " ^4.1.0" ,
5657 "eslint" : " ^6.0.0" ,
You can’t perform that action at this time.
0 commit comments