Skip to content

Commit

Permalink
set yarn version 1.22.19 for CI
Browse files Browse the repository at this point in the history
  • Loading branch information
NaingAmity committed Jan 22, 2024
1 parent 10f48ea commit dd9e3cc
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 @@ -9,6 +9,12 @@ runs:
with:
node-version-file: .nvmrc

- name: Set up Yarn
run: |
yarn_version="1.22.19"
curl -o- -L https://yarnpkg.com/install.sh | bash -s -- --version $yarn_version
export PATH="$HOME/.yarn/bin:$HOME/.config/yarn/global/node_modules/.bin:$PATH"
- name: Cache dependencies
id: yarn-cache
uses: actions/cache@v3
Expand Down

0 comments on commit dd9e3cc

Please sign in to comment.