Skip to content

Commit

Permalink
fix(circle ci): moved cache to v2
Browse files Browse the repository at this point in the history
  • Loading branch information
cabutler10 committed Jul 5, 2019
1 parent fc07e0b commit 7866419
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
- attach_workspace:
at: ~/project
- node/with-cache:
cache-version: v4
cache-version: v2
steps:
- run:
name: Yarn install
Expand Down

0 comments on commit 7866419

Please sign in to comment.