Skip to content

Commit 539766d

Browse files
committed
ci: corepack workaround
1 parent d096aec commit 539766d

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/pr-ci.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,9 @@ jobs:
1717
node-version: 20
1818
cache: "pnpm"
1919

20+
- name: corepack workaround
21+
run: npm i -g --force corepack && corepack enable
22+
2023
- name: Install dependencies
2124
run: pnpm install
2225

0 commit comments

Comments
 (0)