Commit c5d88dc 1 parent e996174 commit c5d88dc Copy full SHA for c5d88dc
File tree 3 files changed +3
-3
lines changed
3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -123,6 +123,6 @@ jobs:
123
123
run : pnpm test:js:coverage
124
124
125
125
- name : Upload coverage to Codecov
126
- uses : codecov/codecov-action@v3
126
+ uses : codecov/codecov-action@v4
127
127
with :
128
128
token : ${{ secrets.CODECOV_TOKEN }}
Original file line number Diff line number Diff line change 39
39
run : pnpm test:js:coverage
40
40
41
41
- name : Upload coverage to Codecov
42
- uses : codecov/codecov-action@v3
42
+ uses : codecov/codecov-action@v4
43
43
with :
44
44
token : ${{ secrets.CODECOV_TOKEN }}
Original file line number Diff line number Diff line change 32
32
"@cuaklabs/nestjs-jest-config" : " workspace:*" ,
33
33
"@cuaklabs/nestjs-prettier-config" : " workspace:*" ,
34
34
"@cuaklabs/nestjs-typescript-config" : " workspace:*" ,
35
- "husky" : " 8 .0.3 " ,
35
+ "husky" : " 9 .0.10 " ,
36
36
"lint-staged" : " 15.2.1" ,
37
37
"turbo" : " 1.12.2"
38
38
},
You can’t perform that action at this time.
0 commit comments