Skip to content

Commit c9bdf06

Browse files
committed
ci: use corepack's pnpm version
1 parent 433b930 commit c9bdf06

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

.github/workflows/ci.yml

-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@ jobs:
2020
- uses: actions/checkout@v4
2121

2222
- uses: pnpm/action-setup@v4
23-
with: { version: 9 }
2423

2524
- uses: actions/setup-node@v4
2625
with:

.github/workflows/release.yml

-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@ jobs:
1818
- uses: actions/checkout@v4
1919

2020
- uses: pnpm/action-setup@v4
21-
with: { version: 9 }
2221

2322
- uses: actions/setup-node@v4
2423
with:

0 commit comments

Comments
 (0)