File tree Expand file tree Collapse file tree 6 files changed +69
-69
lines changed
Expand file tree Collapse file tree 6 files changed +69
-69
lines changed Original file line number Diff line number Diff line change 3939 - uses : actions/checkout@v4
4040
4141 - name : Setup PNPM
42- uses : pnpm/action-setup@v2.4 .0
42+ uses : pnpm/action-setup@v3.0 .0
4343 with :
4444 version : latest
4545
Original file line number Diff line number Diff line change 1717 - uses : actions/checkout@v4
1818
1919 - name : Setup PNPM
20- uses : pnpm/action-setup@v2.4 .0
20+ uses : pnpm/action-setup@v3.0 .0
2121 with :
2222 version : latest
2323
4545 - uses : actions/checkout@v4
4646
4747 - name : Setup PNPM
48- uses : pnpm/action-setup@v2.4 .0
48+ uses : pnpm/action-setup@v3.0 .0
4949 with :
5050 version : latest
5151
7373 - uses : actions/checkout@v4
7474
7575 - name : Setup PNPM
76- uses : pnpm/action-setup@v2.4 .0
76+ uses : pnpm/action-setup@v3.0 .0
7777 with :
7878 version : latest
7979
@@ -101,7 +101,7 @@ jobs:
101101 - uses : actions/checkout@v4
102102
103103 - name : Setup PNPM
104- uses : pnpm/action-setup@v2.4 .0
104+ uses : pnpm/action-setup@v3.0 .0
105105 with :
106106 version : latest
107107
@@ -122,6 +122,6 @@ jobs:
122122 run : pnpm test:js:coverage
123123
124124 - name : Upload coverage to Codecov
125- uses : codecov/codecov-action@v3
125+ uses : codecov/codecov-action@v4
126126 with :
127127 token : ${{ secrets.CODECOV_TOKEN }}
Original file line number Diff line number Diff line change 1717 - uses : actions/checkout@v4
1818
1919 - name : Setup PNPM
20- uses : pnpm/action-setup@v2.4 .0
20+ uses : pnpm/action-setup@v3.0 .0
2121 with :
2222 version : latest
2323
3838 run : pnpm test:js:coverage
3939
4040 - name : Upload coverage to Codecov
41- uses : codecov/codecov-action@v3
41+ uses : codecov/codecov-action@v4
4242 with :
4343 token : ${{ secrets.CODECOV_TOKEN }}
Original file line number Diff line number Diff line change 1515 - uses : actions/checkout@v4
1616
1717 - name : Setup PNPM
18- uses : pnpm/action-setup@v2.4 .0
18+ uses : pnpm/action-setup@v3.0 .0
1919 with :
2020 version : latest
2121
Original file line number Diff line number Diff line change 2121 "devDependencies" : {
2222 "@jest/globals" : " 29.7.0" ,
2323 "@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.1 " ,
25+ "@typescript-eslint/parser" : " 7.0.1 " ,
2626 "eslint" : " 8.56.0" ,
2727 "eslint-import-resolver-typescript" : " 3.6.1" ,
2828 "eslint-plugin-import" : " 2.29.1" ,
You can’t perform that action at this time.
0 commit comments