File tree Expand file tree Collapse file tree 5 files changed +1111
-1539
lines changed
Expand file tree Collapse file tree 5 files changed +1111
-1539
lines changed Original file line number Diff line number Diff line change 88
99jobs :
1010 build :
11-
1211 runs-on : ubuntu-latest
1312
1413 steps :
15- - uses : actions/checkout@v1
16- - name : Use Node.js 12 .x
17- uses : actions/setup-node@v1
18- with :
19- node-version : 12 .x
20- - run : npm ci
21- - run : npm test
22- - name : codecov
23- run : npx codecov
24- env :
25- CODECOV_TOKEN : ${{ secrets.CODECOV_TOKEN }}
14+ - uses : actions/checkout@v1
15+ - name : Use Node.js 16 .x
16+ uses : actions/setup-node@v1
17+ with :
18+ node-version : 16 .x
19+ - run : npm ci
20+ - run : npm test
21+ - name : codecov
22+ run : npx codecov
23+ env :
24+ CODECOV_TOKEN : ${{ secrets.CODECOV_TOKEN }}
Original file line number Diff line number Diff line change 11name : Create an issue
22description : Creates a new issue using a template with front matter.
33runs :
4- using : node12
4+ using : node16
55 main : dist/index.js
66branding :
77 icon : alert-circle
You can’t perform that action at this time.
0 commit comments