Browse Source

yml: adding yarn and cache restore

pull/2/head
Neel Coffin 6 years ago
parent
commit
d7878224ca
  1. 5
      .circleci/config.yml

5
.circleci/config.yml

@ -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" }}
Loading…
Cancel
Save