Skip to content

Commit f1c1151

Browse files
committed
refactor(github-actions): do not install yarn
The user, consuming the action, should be responsible for installing pnpm, or yarn.
1 parent b79ac7f commit f1c1151

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

github-actions/setup-wsl/action.yml

-3
Original file line numberDiff line numberDiff line change
@@ -129,6 +129,3 @@ runs:
129129
cd ${{steps.disk_path.outputs.repo}}
130130
nvm install
131131
shell: wsl-bash {0}
132-
- name: Installing Yarn (in WSL)
133-
run: npm install -g yarn@1
134-
shell: wsl-bash {0}

0 commit comments

Comments
 (0)