Skip to content

Commit

Permalink
ci: keep yarn version while setup
Browse files Browse the repository at this point in the history
  • Loading branch information
LichKing-2234 committed Nov 17, 2023
1 parent 4c360c5 commit eb07085
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/actions/setup/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,11 @@ runs:
with:
node-version-file: .nvmrc

- name: Setup Yarn
run:
npm i -g [email protected]
shell: bash

- name: Set up Python
uses: actions/setup-python@v4
with:
Expand Down

0 comments on commit eb07085

Please sign in to comment.