Commit fcc6896 1 parent b9311bf commit fcc6896 Copy full SHA for fcc6896
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.7 " ,
36
36
"lint-staged" : " 15.2.0" ,
37
37
"turbo" : " 1.11.3"
38
38
},
You can’t perform that action at this time.
0 commit comments