File tree Expand file tree Collapse file tree 2 files changed +19
-8
lines changed Expand file tree Collapse file tree 2 files changed +19
-8
lines changed Original file line number Diff line number Diff line change 1- sudo : false
21language : node_js
32addons :
43 apt :
@@ -13,9 +12,21 @@ cache:
1312 - ~/.cache
1413notifications :
1514 email : false
16- node_js : ' 12'
15+ node_js :
16+ - 10.18
17+ - 12
18+ - node
1719install : npm install
18- script : npm run validate
19- after_success : kcd-scripts travis-after-success
20+ script :
21+ - npm run validate
22+ - npx codecov@3
2023branches :
21- only : master
24+ only :
25+ - master
26+ - beta
27+
28+ jobs :
29+ include :
30+ - stage : release
31+ node_js : 12
32+ script : kcd-scripts travis-release
Original file line number Diff line number Diff line change 4242 "license" : " MIT" ,
4343 "dependencies" : {
4444 "@babel/runtime" : " ^7.8.4" ,
45- "@testing-library/dom" : " ^6.12.2 " ,
46- "@types/testing-library__cypress" : " ^5.0.2 "
45+ "@testing-library/dom" : " ^6.15.0 " ,
46+ "@types/testing-library__cypress" : " ^5.0.3 "
4747 },
4848 "devDependencies" : {
4949 "cypress" : " ^4.0.0" ,
50- "kcd-scripts" : " ^5.0 .0" ,
50+ "kcd-scripts" : " ^5.4 .0" ,
5151 "npm-run-all" : " ^4.1.5"
5252 },
5353 "peerDependencies" : {
You can’t perform that action at this time.
0 commit comments