Skip to content

Commit

Permalink
fix: set yarn to specific version in Github Action
Browse files Browse the repository at this point in the history
  • Loading branch information
zivaja committed Jan 10, 2024
1 parent 6109770 commit 2bb2173
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/actions/setup/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,10 @@ runs:
with:
node-version-file: .nvmrc

- name: upgrade yarn
run: npm install [email protected] -g
shell: bash

- name: Cache dependencies
id: yarn-cache
uses: actions/cache@v3
Expand Down

0 comments on commit 2bb2173

Please sign in to comment.