Skip to content

Commit 75531a7

Browse files
committed
ci: setup pnpm with standalone version
1 parent 420f837 commit 75531a7

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

.github/workflows/ci.yml

+6-1
Original file line numberDiff line numberDiff line change
@@ -38,11 +38,16 @@ jobs:
3838

3939
steps:
4040
- uses: actions/checkout@v4
41+
42+
- uses: pnpm/action-setup@v3
43+
with:
44+
standalone: true
45+
4146
- name: Set node version to ${{ matrix.node }}
4247
uses: actions/setup-node@v4
4348
with:
4449
node-version: ${{ matrix.node }}
45-
- run: corepack enable
50+
cache: pnpm
4651

4752
- name: Install
4853
run: pnpm i

0 commit comments

Comments
 (0)