@ -5,11 +5,12 @@ jobs:
- image: cimg/node:14.10.1
steps:
- checkout
- run: yarn global add node-gyp && yarn install
- restore_cache:
name: restore yarn package cache
keys:
- npm-v1-dependencies-{{ checksum "yarn.lock" }}
- save_cache:
name: sa ve yarn package cache