Skip to content

Commit 51822a2

Browse files
committed
Tell CI to use pnpm 9 -- it doesn't read from package.json
1 parent 15027bb commit 51822a2

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ci.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
- uses: actions/checkout@v4
2121
- uses: pnpm/action-setup@v3
2222
with:
23-
version: 8
23+
version: 9
2424
- uses: actions/setup-node@v4
2525
with:
2626
cache: pnpm
@@ -40,7 +40,7 @@ jobs:
4040
- uses: actions/checkout@v4
4141
- uses: pnpm/action-setup@v3
4242
with:
43-
version: 8
43+
version: 9
4444
- uses: actions/setup-node@v4
4545
with:
4646
cache: pnpm
@@ -69,7 +69,7 @@ jobs:
6969
- uses: actions/checkout@v4
7070
- uses: pnpm/action-setup@v3
7171
with:
72-
version: 8
72+
version: 9
7373
- uses: actions/setup-node@v4
7474
with:
7575
cache: pnpm

0 commit comments

Comments
 (0)