@ -1,8 +1,14 @@
version: 2.1
jobs:
build:
docker:
- image: cimg/node:14.10.1
steps:
- checkout
- run: echo "hello world"
- restore_cache:
key: yarn-packages-{{ checksum "yarn.lock" }}
- run: yarn global add node-gyp && yarn install
- save_cache:
paths:
- ~/.cache/yarn