File tree Expand file tree Collapse file tree 2 files changed +0
-18
lines changed
Expand file tree Collapse file tree 2 files changed +0
-18
lines changed Original file line number Diff line number Diff line change @@ -5,13 +5,11 @@ workflows:
55 main :
66 jobs :
77 - lint
8- - test-v4
98 - test-v5
109 - test-v6
1110 - release :
1211 requires :
1312 - lint
14- - test-v4
1513 - test-v5
1614 - test-v6
1715 filters :
3230 name : Lint code
3331 command : npm run lint
3432
35- test-v4 :
36- docker :
37- - image : cimg/node:20.12.2
38- steps :
39- - checkout
40- - run :
41- name : Install dependencies
42- command : npm ci
43- - run :
44- name : Install ESLint 4
45- command : npm install eslint@4
46- - run :
47- name : Test ESLint 4
48- command : npm test
49-
5033 test-v5 :
5134 docker :
5235 - image : cimg/node:20.12.2
Original file line number Diff line number Diff line change 4444 "semantic-release" : " semantic-release" ,
4545 "start" : " yarn run test-watch" ,
4646 "test" : " jest" ,
47- "test:v4" :
" npm i [email protected] && npm run test" ,
4847 "test:v6" :
" npm i [email protected] && npm run test" ,
4948 "test-watch" : " jest --watchAll" ,
5049 "prepare" : " husky install"
You can’t perform that action at this time.
0 commit comments