Commit b6c18e0 1 parent 4a0df20 commit b6c18e0 Copy full SHA for b6c18e0
File tree 6 files changed +12
-12
lines changed
packages/nestjs-firebase-admin
6 files changed +12
-12
lines changed Original file line number Diff line number Diff line change 43
43
- uses : actions/checkout@v4
44
44
45
45
- name : Setup PNPM
46
- uses : pnpm/action-setup@v2.4 .0
46
+ uses : pnpm/action-setup@v3.0 .0
47
47
with :
48
48
version : latest
49
49
Original file line number Diff line number Diff line change 21
21
- uses : actions/checkout@v4
22
22
23
23
- name : Setup PNPM
24
- uses : pnpm/action-setup@v2.4 .0
24
+ uses : pnpm/action-setup@v3.0 .0
25
25
with :
26
26
version : latest
27
27
49
49
- uses : actions/checkout@v4
50
50
51
51
- name : Setup PNPM
52
- uses : pnpm/action-setup@v2.4 .0
52
+ uses : pnpm/action-setup@v3.0 .0
53
53
with :
54
54
version : latest
55
55
77
77
- uses : actions/checkout@v4
78
78
79
79
- name : Setup PNPM
80
- uses : pnpm/action-setup@v2.4 .0
80
+ uses : pnpm/action-setup@v3.0 .0
81
81
with :
82
82
version : latest
83
83
@@ -105,7 +105,7 @@ jobs:
105
105
- uses : actions/checkout@v4
106
106
107
107
- name : Setup PNPM
108
- uses : pnpm/action-setup@v2.4 .0
108
+ uses : pnpm/action-setup@v3.0 .0
109
109
with :
110
110
version : latest
111
111
@@ -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 21
21
- uses : actions/checkout@v4
22
22
23
23
- name : Setup PNPM
24
- uses : pnpm/action-setup@v2.4 .0
24
+ uses : pnpm/action-setup@v3.0 .0
25
25
with :
26
26
version : latest
27
27
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 15
15
- uses : actions/checkout@v4
16
16
17
17
- name : Setup PNPM
18
- uses : pnpm/action-setup@v2.4 .0
18
+ uses : pnpm/action-setup@v3.0 .0
19
19
with :
20
20
version : latest
21
21
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.11 " ,
36
36
"lint-staged" : " 15.2.2" ,
37
37
"turbo" : " 1.12.4"
38
38
},
Original file line number Diff line number Diff line change 21
21
"devDependencies" : {
22
22
"@jest/globals" : " 29.7.0" ,
23
23
"@types/node" : " 20.11.19" ,
24
- "@typescript-eslint/eslint-plugin" : " 6.21.0 " ,
25
- "@typescript-eslint/parser" : " 6.21.0 " ,
24
+ "@typescript-eslint/eslint-plugin" : " 7.0.2 " ,
25
+ "@typescript-eslint/parser" : " 7.0.2 " ,
26
26
"eslint" : " 8.56.0" ,
27
27
"eslint-import-resolver-typescript" : " 3.6.1" ,
28
28
"eslint-plugin-import" : " 2.29.1" ,
You can’t perform that action at this time.
0 commit comments