Skip to content

Commit 76e939c

Browse files
check yarn
1 parent 50fc9c4 commit 76e939c

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

.github/workflows/CI.yaml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -31,11 +31,6 @@ 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 yarn.lock
37-
echo "🧹 Yarn removed"
38-
3934
- name: Check for yarn
4035
run: |
4136
which yarn || echo "✅ Yarn not found"

0 commit comments

Comments
 (0)