File tree Expand file tree Collapse file tree 2 files changed +17
-19
lines changed
Expand file tree Collapse file tree 2 files changed +17
-19
lines changed Original file line number Diff line number Diff line change @@ -5,31 +5,29 @@ name: CI Build
55
66on :
77 pull_request :
8- branches : [ main ]
8+ branches : [main]
99
1010jobs :
1111 build :
12-
1312 runs-on : ubuntu-latest
14-
1513 strategy :
1614 matrix :
17- node-version : [12.x, 14.x, 16 .x]
15+ node-version : [17 .x]
1816 include :
19- - node-version : 14 .x
17+ - node-version : 17 .x
2018 reportCoverage : true
2119
2220 steps :
23- - uses : actions/checkout@v3
24- - name : Use Node.js ${{ matrix.node-version }}
25- uses : actions/setup-node@v3
26- with :
27- node-version : ${{ matrix.node-version }}
28- - run : npm version
29- - run : npm install
30- - run : npm run generate-docs
31- - run : npm test
32- - run : npm run semantic-release-dry-run
33- - name : Codecov
34- uses : codecov/codecov-action@v2.1.0
35- if : matrix.reportCoverage
21+ - uses : actions/checkout@v3
22+ - name : Use Node.js ${{ matrix.node-version }}
23+ uses : actions/setup-node@v3
24+ with :
25+ node-version : ${{ matrix.node-version }}
26+ - run : npm version
27+ - run : npm install
28+ - run : npm run generate-docs
29+ - run : npm test
30+ - run : npm run semantic-release-dry-run
31+ - name : Codecov
32+ uses : codecov/codecov-action@v2.1.0
33+ if : matrix.reportCoverage
Original file line number Diff line number Diff line change 6565 "jest-junit" : " 13.0.0" ,
6666 "js-yaml" : " 4.1.0" ,
6767 "jscpd" : " 3.4.5" ,
68- "jsdoc" : " 3.6.10 " ,
68+ "jsdoc" : " 3.6.11 " ,
6969 "jsdoc-to-markdown" : " 7.1.1" ,
7070 "lodash.sortby" : " 4.7.0" ,
7171 "pinst" : " 3.0.0" ,
You can’t perform that action at this time.
0 commit comments