Skip to content

Commit

Permalink
fixup! build: upgrade to yarn 4
Browse files Browse the repository at this point in the history
  • Loading branch information
andreas-karlsson committed Feb 13, 2024
1 parent cfd84e7 commit 34b9c2b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/setup/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,4 @@ runs:
scope: '@spotify-confidence'
- name: Install dependencies
shell: bash
run: yarn install --frozen-lockfile
run: corepack enable && yarn install --frozen-lockfile

0 comments on commit 34b9c2b

Please sign in to comment.