File tree Expand file tree Collapse file tree 2 files changed +5
-11
lines changed Expand file tree Collapse file tree 2 files changed +5
-11
lines changed Original file line number Diff line number Diff line change 1818 runs-on : ubuntu-latest
1919 steps :
2020 - uses : actions/checkout@v4
21- - uses : pnpm/action-setup@v3
22- with :
23- version : 9
21+ - uses : pnpm/action-setup@v4
2422
2523 - uses : actions/setup-node@v4
2624 with :
@@ -37,17 +35,15 @@ jobs:
3735 runs-on : ubuntu-latest
3836 steps :
3937 - uses : actions/checkout@v4
40- - uses : pnpm/action-setup@v3
41- with :
42- version : 9
38+ - uses : pnpm/action-setup@v4
4339
4440 - uses : actions/setup-node@v4
4541 with :
4642 node-version-file : ' package.json'
4743 cache : ' pnpm'
4844
4945 - name : Install dependencies
50- run : pnpm install --frozen-lockfile
46+ run : pnpm install --frozen-lockfile
5147
5248 - name : Test
5349 run : pnpm test
5753 runs-on : ubuntu-latest
5854 steps :
5955 - uses : actions/checkout@v4
60- - uses : pnpm/action-setup@v3
61- with :
62- version : 9
56+ - uses : pnpm/action-setup@v4
6357
6458 - uses : actions/setup-node@v4
6559 with :
Original file line number Diff line number Diff line change 4848 "@bufbuild/protoc-gen-es" : " ^1.9.0" ,
4949 "typescript" : " ^5.4.5"
5050 },
51- "packageManager" : " pnpm@9.15.4 "
51+ "packageManager" : " pnpm@10.4.1 "
5252}
You can’t perform that action at this time.
0 commit comments