File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 66 runs-on : ubuntu-latest
77 steps :
88 - name : Checkout
9- uses : actions/checkout@v2
9+ uses : actions/checkout@v3
1010 - name : Use Node.js LTS
11- uses : actions/setup-node@v2
11+ uses : actions/setup-node@v3
1212 with :
1313 node-version : lts/*
1414 - name : Restore cached dependencies
15- uses : actions/cache@v2
15+ uses : actions/cache@v3
1616 with :
1717 path : ~/.pnpm-store
1818 key : node-modules-${{ hashFiles('package.json') }}
2424 - name : Run Tests
2525 run : pnpm run ci
2626 - name : Upload coverage to Codecov
27- uses : codecov/codecov-action@v1
27+ uses : codecov/codecov-action@v3
2828 with :
2929 file : ./coverage/coverage-final.json
3030 token : ${{ secrets.CODECOV_TOKEN }}
Original file line number Diff line number Diff line change 4141 "postpublish" : " git push origin && git push origin -f --tags"
4242 },
4343 "devDependencies" : {
44- "@cowtech/eslint-config" : " ^8.6 .1" ,
45- "@swc/cli" : " ^0.1.55 " ,
46- "@swc/core" : " ^1.2.150 " ,
44+ "@cowtech/eslint-config" : " ^8.7 .1" ,
45+ "@swc/cli" : " ^0.1.57 " ,
46+ "@swc/core" : " ^1.2.244 " ,
4747 "@types/http-errors" : " ^1.8.2" ,
48- "@types/node" : " ^17.0.21 " ,
49- "@types/tap" : " ^15.0.6 " ,
50- "c8" : " ^7.11 .0" ,
48+ "@types/node" : " ^18.7.13 " ,
49+ "@types/tap" : " ^15.0.7 " ,
50+ "c8" : " ^7.12 .0" ,
5151 "chokidar" : " ^3.5.3" ,
5252 "http-errors" : " ^2.0.0" ,
53- "prettier" : " ^2.5 .1" ,
54- "tap" : " ^16.0 .0" ,
55- "ts-node" : " ^10.7.0 " ,
56- "typescript" : " ^4.6 .2"
53+ "prettier" : " ^2.7 .1" ,
54+ "tap" : " ^16.3 .0" ,
55+ "ts-node" : " ^10.9.1 " ,
56+ "typescript" : " ^4.8 .2"
5757 },
5858 "engines" : {
5959 "node" : " >=14.15.0"
You can’t perform that action at this time.
0 commit comments