Skip to content

Commit

Permalink
upgrade to yarn berry in gh actions
Browse files Browse the repository at this point in the history
  • Loading branch information
jdrews committed May 1, 2023
1 parent 7861dd2 commit 068c12a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/logstation-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
cache: 'yarn'
cache-dependency-path: ./web/yarn.lock

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

Expand Down

0 comments on commit 068c12a

Please sign in to comment.