Skip to content

Commit 93067b5

Browse files
committed
ci: force install latest corepack version
1 parent 3b36359 commit 93067b5

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
@@ -20,7 +20,7 @@ jobs:
2020

2121
- name: 📦 Enable corepack
2222
run: |
23-
npm install -g corepack@latest
23+
npm install -g --force corepack@latest
2424
corepack enable
2525
2626
- name: 💾 Setup Node.js 20

0 commit comments

Comments
 (0)