Browse Source

Update config.yml

main
KheliaNibaruta 6 years ago
parent
commit
a5395e401e
  1. 3
      .circleci/config.yml

3
.circleci/config.yml

@ -9,13 +9,12 @@ jobs:
- image: cimg/node:14.10.1 - image: cimg/node:14.10.1
steps: steps:
- checkout - checkout
- setup_remote_docker
- restore_cache: - restore_cache:
key: key:
- npm-v1-dependencies-{{ checksum "yarn.lock" }} - npm-v1-dependencies-{{ checksum "yarn.lock" }}
- run: yarn global add node-gyp && yarn install - run: yarn global add node-gyp && yarn install
- save_cache: - save_cache:
paths: paths:
- ~./cache/yarn
- ./cache/yarn
key: key:
- npm-v1-dependencies-{{ checksum "yarn.lock" }} - npm-v1-dependencies-{{ checksum "yarn.lock" }}
Loading…
Cancel
Save