Skip to content
Closed
Prev Previous commit
Next Next commit
Remove yarn.lock before install
  • Loading branch information
leotm authored Aug 7, 2022
commit 0d31ad0b1b479c4c103aa5c2aeb76ebcd282d329
3 changes: 3 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,9 @@ jobs:
- name: Log Yarn version
run: yarn -v

- name: Remove lockfile
run: rm yarn.lock

- name: Install with Yarn
run: yarn

Expand Down