Skip to content

Commit c910baf

Browse files
removed yarn
1 parent d0e1ff4 commit c910baf

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/CI.yaml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,12 @@ jobs:
3131
with:
3232
node-version: 20
3333

34+
- name: Remove globally installed Yarn
35+
run: |
36+
sudo rm -f /usr/local/bin/yarn /usr/local/bin/yarnpkg
37+
echo "🧹 Yarn removed"
38+
39+
3440
- name: Check for yarn
3541
run: |
3642
which yarn || echo "✅ Yarn not found"

0 commit comments

Comments
 (0)