Skip to content

Commit c156992

Browse files
committed
ci: try workaround corepack pnpm issue
1 parent 219e007 commit c156992

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/release-continuous.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,9 @@ jobs:
99
- name: Checkout code
1010
uses: actions/checkout@v4
1111

12-
- run: corepack enable
12+
- name: Install pnpm
13+
uses: pnpm/[email protected]
14+
1315
- uses: actions/setup-node@v4
1416
with:
1517
node-version: lts/*

0 commit comments

Comments
 (0)