Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use Yarn 2 #11962

Merged
merged 17 commits into from Aug 25, 2020
Merged
Show file tree
Hide file tree
Changes from 14 commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 1 addition & 1 deletion .circleci/config.yml
Expand Up @@ -6,7 +6,7 @@ aliases:

- &save-yarn-cache
paths:
- .yarn/cache
- ~/.yarn/berry/cache
key: v2-yarn-cache-{{ checksum "yarn.lock" }}

- &artifact_babel
Expand Down
4 changes: 2 additions & 2 deletions .travis.yml
Expand Up @@ -5,7 +5,7 @@ language: node_js
cache:
npm: false
directories:
- .yarn/cache
- ~/.yarn/berry/cache

os: linux

Expand Down Expand Up @@ -42,7 +42,7 @@ matrix:
npm: false
directories:
- $HOME/AppData/Local/Temp/chocolatey
- .yarn/cache
- $HOME/AppData/Local/Yarn/Berry/cache
# Continue node_js matrix
- node_js: "12"
- node_js: "10"
Expand Down