Skip to content

Commit 508396a

Browse files
removed the yarn
1 parent 76e939c commit 508396a

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+
rm -f /Users/runner/.yarn/bin/yarn
37+
rm -f /Users/runner/.yarn/bin/yarnpkg
38+
echo "🧹 Yarn removed"
39+
3440
- name: Check for yarn
3541
run: |
3642
which yarn || echo "✅ Yarn not found"

0 commit comments

Comments
 (0)