Skip to content

Commit

Permalink
Test set yarn version
Browse files Browse the repository at this point in the history
  • Loading branch information
jonkafton committed Apr 26, 2024
1 parent 492bb5e commit e1ba86d
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -109,6 +109,12 @@ jobs:
- name: Setup environment
run: sudo apt-get install libelf1

- name: Set yarn version
run: |
yarn -v
yarn set version 4.1.1
yarn -v
- name: Install dependencies
run: yarn install --immutable

Expand Down

0 comments on commit e1ba86d

Please sign in to comment.