Skip to content

Commit 0595020

Browse files
committed
ci: switch corepack installation from pnpm to npm
1 parent 82aea9b commit 0595020

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

1818
- name: 📦 Enable corepack
1919
run: |
20-
pnpm install -g corepack@latest
20+
npm install -g corepack@latest
2121
corepack enable
2222
2323
- name: 💾 Setup Node.js 20

0 commit comments

Comments
 (0)