Skip to content

Commit 8eaa658

Browse files
committed
meta: Fixed incorrect pnpm install
1 parent 4ddea43 commit 8eaa658

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/publish.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
cache: "pnpm"
3636

3737
- name: Enable corepack (pnpm)
38-
run: corepack enable
38+
run: corepack enable pnpm
3939

4040
- name: Install dependencies
4141
run: pnpm install --frozen-lockfile
@@ -75,7 +75,7 @@ jobs:
7575
cache: "pnpm"
7676

7777
- name: Enable corepack (pnpm)
78-
run: corepack enable
78+
run: corepack enable pnpm
7979

8080
- name: Run tests
8181
run: pnpm test

0 commit comments

Comments
 (0)