@ -6,9 +6,9 @@ jobs:
steps:
- checkout # check out the code in the project directory
- restore_cache:
key: yarn-packages-{{ checksum "yarn.lock" }}
key: yarn-V1-packages-{{ checksum "yarn.lock" }}
- run: yarn global add node-gyp && yarn install
- save_cache:
paths:
- ~/.node_modules