KheliaNibaruta
6 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
7 additions and
7 deletions
-
.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" }} |