Skip to content

Commit 50fc9c4

Browse files
removed yarn.lock
1 parent bb4de66 commit 50fc9c4

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/CI.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,10 +33,9 @@ jobs:
3333

3434
- name: Remove globally installed Yarn
3535
run: |
36-
rm -f $HOME/.yarn/bin/yarn $HOME/.yarn/bin/yarnpkg
36+
sudo rm -f /usr/local/bin/yarn /usr/local/bin/yarnpkg yarn.lock
3737
echo "🧹 Yarn removed"
3838
39-
4039
- name: Check for yarn
4140
run: |
4241
which yarn || echo "✅ Yarn not found"

0 commit comments

Comments
 (0)