Skip to content

Commit

Permalink
ci: bump yarn cache to v4
Browse files Browse the repository at this point in the history
- Skipped v3 as that is already in use on enterprise.
  • Loading branch information
samsalisbury committed Oct 25, 2019
1 parent 7835ba7 commit 95dda1b
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
14 changes: 7 additions & 7 deletions .circleci/config.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion .circleci/config/@config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ references:

cache:
go-sum: &GO_SUM_CACHE_KEY go-sum-v1-{{ checksum "go.sum" }}
yarn-lock: &YARN_LOCK_CACHE_KEY yarn-lock-v1-{{ checksum "ui/yarn.lock" }}
yarn-lock: &YARN_LOCK_CACHE_KEY yarn-lock-v4-{{ checksum "ui/yarn.lock" }}

# more commands defined in commands/
commands:
Expand Down

0 comments on commit 95dda1b

Please sign in to comment.