@ -15,5 +15,5 @@ jobs:
steps:
- checkout # check out the code in the project directory
- run: yarn install
- save_cache:
- restore_cache:
key: npm-v1-dependencies-{{ checksum "yarn.lock" }}