Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
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
6 changes: 6 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,12 @@ jobs:
steps:
- uses: actions/checkout@v3

- name: Git clean
run: git clean -fdx

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

- name: Install with Yarn
run: yarn

Expand Down
Binary file not shown.
Binary file not shown.
Binary file not shown.
6 changes: 3 additions & 3 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -19467,9 +19467,9 @@ resolve@^2.0.0-next.3:
linkType: hard

"underscore@npm:~1.6.0":
version: 1.13.2
resolution: "underscore@npm:1.13.2"
checksum: 6ab156c845ccc757fd01d8b9eb28be18ba89ac68993370dd7397a66a95b124f2ba26947fd53e687c084d334429914fc3dd1620d5123b6e0a7cf112cdcf4e859f
version: 1.6.0
resolution: "underscore@npm:1.6.0"
checksum: bfb837d95164077bd2751247dd9797546287c060d86c3a730f590948dbc132b426238e37df7bea28f39d3e3abf571de5b974809ee3c32d309280fed851588ef9
languageName: node
linkType: hard

Expand Down