Skip to content

Commit cf33c32

Browse files
committed
ci: fix corepack
1 parent a97c3e9 commit cf33c32

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
- uses: actions/setup-node@v4
1818
with:
1919
node-version: '20'
20-
- run: corepack enable
20+
- run: npm i -g --force corepack && corepack enable
2121
- run: pnpm install
2222
- run: pnpm dev:prepare
2323
- run: pnpm lint

0 commit comments

Comments
 (0)