Skip to content

Commit f57e5c7

Browse files
committed
chore: fix corepack
1 parent f86e0f8 commit f57e5c7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/actions/setup/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ runs:
1515
with:
1616
node-version: 20
1717

18-
- run: corepack enable
18+
- run: npm install -g corepack@latest && corepack enable
1919
shell: bash
2020

2121
- run: pnpm i

0 commit comments

Comments
 (0)