Skip to content

Commit cf755e8

Browse files
committed
ci: install pnpm using setup action
1 parent 830f23d commit cf755e8

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

.github/workflows/default.yml

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -30,15 +30,12 @@ jobs:
3030
with:
3131
fetch-depth: 1
3232

33+
- uses: pnpm/action-setup@v4
34+
3335
- uses: actions/setup-node@v5
3436
with:
3537
node-version: ${{ matrix.node-version }}
3638

37-
- name: Enable Corepack
38-
run: |
39-
npm install --global corepack@latest
40-
corepack enable
41-
4239
- name: Get pnpm store directory
4340
shell: bash
4441
run: |

0 commit comments

Comments
 (0)