Skip to content

Commit

Permalink
lock yarn version to 3.5.1
Browse files Browse the repository at this point in the history
resolution is failing on yarn 4 with emotion/cache
  • Loading branch information
jdrews committed Nov 19, 2023
1 parent d5d82b4 commit 99dfa11
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
cache-dependency-path: ./web/yarn.lock

- name: Install yarn berry
run: yarn set version berry
run: yarn set version 3.5.1
working-directory: ./web

- name: Install web
Expand Down

0 comments on commit 99dfa11

Please sign in to comment.