Skip to content

Commit

Permalink
chore: move to yarn 2 #56
Browse files Browse the repository at this point in the history
  • Loading branch information
regevbr committed Apr 14, 2020
1 parent 9c28d39 commit 7a15013
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ jobs:
- name: Install dependencies and build
run: |
yarn --ignore-engines --frozen-lockfile --immutable
yarn --immutable
yarn run check-clean-workspace-after-install
- name: Check code formatting
Expand Down Expand Up @@ -153,7 +153,7 @@ jobs:

- name: Install dependencies and build
run: |
yarn --ignore-engines --frozen-lockfile --immutable
yarn --immutable
yarn run check-clean-workspace-after-install
yarn run build
Expand Down

0 comments on commit 7a15013

Please sign in to comment.