Skip to content

Commit e76611d

Browse files
committed
fix
1 parent 6e5c998 commit e76611d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/preview-release.yml

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

12-
- run: corepack enable
12+
- uses: pnpm/action-setup@v4
13+
1314
- uses: actions/setup-node@v4
1415
with:
1516
node-version: 20

0 commit comments

Comments
 (0)