Skip to content

Commit

Permalink
Update to use Yarn 3.5 on GitHub CI
Browse files Browse the repository at this point in the history
  • Loading branch information
lresende committed Jan 3, 2024
1 parent 82c4d18 commit a53ad57
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,12 @@ jobs:
/home/runner/.cache/Cypress
key: ${{ runner.os }}-${{ hashFiles('**/yarn.lock') }}
- name: Install
run: yarn install --frozen-lockfile
run: |
corepack prepare [email protected] --activate
yarn set version 3.5.0
yarn --version
yarn install
# --frozen-lockfile
lint:
name: Lint
Expand Down

0 comments on commit a53ad57

Please sign in to comment.