File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1212
1313# A workflow run is made up of one or more jobs that can run sequentially or in parallel
1414jobs :
15- # This workflow contains a single job called "build "
16- build :
15+ # This workflow contains a single job called "test "
16+ test :
1717 # The type of runner that the job will run on
1818 runs-on : ubuntu-latest
1919
@@ -25,11 +25,11 @@ jobs:
2525 with :
2626 node-version : ' 15.4.0'
2727 - name : install pnpm
28- uses : pnpm/action-setup@v1.2 .1
28+ uses : pnpm/action-setup@v2.0 .1
2929 with :
30- version : 5.6.0
30+ version : 6.2.2
3131 - run : pnpm install
3232 - run : pnpm test:coverage
3333 - run : pnpm test:report
3434 - name : Codecov
35- uses : codecov/codecov-action@v1.0.10
35+ uses : codecov/codecov-action@v1.4.1
Original file line number Diff line number Diff line change 2727 },
2828 "devDependencies" : {
2929 "@rollup/plugin-typescript" : " ^8.2.1" ,
30- "@tinyhttp/app" : " ^1.2.23 " ,
30+ "@tinyhttp/app" : " ^1.3.1 " ,
3131 "@types/koa" : " ^2.13.1" ,
32- "@types/node" : " ^14.14.41 " ,
33- "c8" : " ^7.7.1 " ,
32+ "@types/node" : " ^15.0.1 " ,
33+ "c8" : " ^7.7.2 " ,
3434 "express" : " ^4.17.1" ,
3535 "koa" : " ^2.13.1" ,
36- "rollup" : " ^2.45.2 " ,
36+ "rollup" : " ^2.46.0 " ,
3737 "supertest-fetch" : " ^1.4.3" ,
3838 "ts-node" : " ^9.1.1" ,
3939 "tslib" : " ^2.2.0" ,
You can’t perform that action at this time.
0 commit comments