Skip to content
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Set Yarn to Canary in CI workflow
  • Loading branch information
leotm committed Aug 10, 2022
commit 019086b4b39240ee88e4c3e1dff52e8e53ea572b
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: Set Yarn to Canary
run: yarn set version canary

- name: Install with Yarn
run: yarn

Expand Down