Skip to content
Closed
Prev Previous commit
Next Next commit
Get latest canary release from the Yarn repo
  • Loading branch information
leotm committed Jun 13, 2022
commit 16db57a17d519566bd65a4ab4befa51eee7fa99f
3 changes: 3 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,9 @@ jobs:
steps:
- uses: actions/checkout@v3

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

- name: Install with Yarn
run: yarn

Expand Down