Browse Source

yml: fix ident

pull/2/head
Neel Coffin 6 years ago
parent
commit
79cbde1e45
  1. 3
      .circleci/config.yml

3
.circleci/config.yml

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

Loading…
Cancel
Save