Browse Source

Installer conf

main
KheliaNibaruta 6 years ago
committed by GitHub
parent
commit
77797511e1
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 14
      .circleci/config.yml

14
.circleci/config.yml

@ -1,14 +1,14 @@
version: 2.1
jobs:
build:
docker:
docker:
- image: cimg/node:14.10.1 # the primary container, where your job's commands are run
steps:
- restore_cache:
keys:
- npm-v1-dependencies-{{ checksum "yarn.lock" }}
keys:
- npm-v1-dependencies-{{ checksum "yarn.lock" }}
- save_cache:
paths:
- ~/.cache/yarn
keys:
- npm-v1-dependencies-{{ checksum "yarn.lock" }}
paths:
- ~/.cache/yarn
keys:
- npm-v1-dependencies-{{ checksum "yarn.lock" }}
Loading…
Cancel
Save