Skip to content

Commit

Permalink
Fix (CI): Setup Yarn cache for github-actions & potential windows con…
Browse files Browse the repository at this point in the history
…tributors
  • Loading branch information
SBoudrias committed Aug 5, 2023
1 parent 618e0a5 commit 4af0c05
Show file tree
Hide file tree
Showing 10 changed files with 9 additions and 0 deletions.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file modified .yarn/install-state.gz
Binary file not shown.
9 changes: 9 additions & 0 deletions .yarnrc.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
nodeLinker: node-modules

supportedArchitectures:
os:
- 'darwin'
- 'linux'
- 'win32'
cpu:
- 'current'
- 'x64'

plugins:
- path: .yarn/plugins/@yarnpkg/plugin-interactive-tools.cjs
spec: '@yarnpkg/plugin-interactive-tools'
Expand Down

0 comments on commit 4af0c05

Please sign in to comment.