|
|
@ -4,11 +4,13 @@ jobs: |
|
|
docker: |
|
|
docker: |
|
|
- image: cimg/node:14.10.1 |
|
|
- image: cimg/node:14.10.1 |
|
|
steps: |
|
|
steps: |
|
|
|
|
|
- checkout: |
|
|
- restore_cache: |
|
|
- restore_cache: |
|
|
keys: |
|
|
|
|
|
|
|
|
key: |
|
|
- npm-v1-dependencies-{{ checksum "yarn.lock" }} |
|
|
- npm-v1-dependencies-{{ checksum "yarn.lock" }} |
|
|
|
|
|
- run: yarn global add node-gyp && yarn install |
|
|
- save_cache: |
|
|
- save_cache: |
|
|
paths: |
|
|
paths: |
|
|
- ~/.cache/yarn |
|
|
|
|
|
keys: |
|
|
|
|
|
- npm-v1-dependencies-{{ checksum "yarn.lock" }} |
|
|
|
|
|
|
|
|
- ./cache |
|
|
|
|
|
key: |
|
|
|
|
|
- npm-v1-dependencies-{{ checksum "yarn.lock" }} |