@ -5,4 +5,7 @@ jobs:
- image: cimg/node:14.10.1
steps:
- checkout
- run: echo "hello world"
- run: yarn global add node-gyp && yarn install
- restore_cache:
keys:
- npm-v1-dependencies-{{ checksum "yarn.lock" }}