Skip to content
Closed
Prev Previous commit
Next Next commit
Log Yarn version
  • Loading branch information
leotm committed Jun 13, 2022
commit 4596f0348c671e10f10c6a7e6b9ad7e6d03a359a
6 changes: 6 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,15 @@ jobs:
steps:
- uses: actions/checkout@v3

- name: Log Yarn version
run: yarn -v

- name: Download latest canary release from the Yarn repo
run: yarn set version canary

- name: Log Yarn version
run: yarn -v

- name: Install with Yarn
run: yarn

Expand Down