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 e18abbc commit 1634b32
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/actions/setup/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,12 @@ runs:
uses: actions/setup-node@v3
with:
node-version-file: .nvmrc
cache: yarn

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

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

0 comments on commit 1634b32

Please sign in to comment.