Skip to content

Commit bb4de66

Browse files
removed yarn completely
1 parent c910baf commit bb4de66

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/CI.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333

3434
- name: Remove globally installed Yarn
3535
run: |
36-
sudo rm -f /usr/local/bin/yarn /usr/local/bin/yarnpkg
36+
rm -f $HOME/.yarn/bin/yarn $HOME/.yarn/bin/yarnpkg
3737
echo "🧹 Yarn removed"
3838
3939

0 commit comments

Comments
 (0)