From f92156d84f70284292a224c41e1e1c130cd57519 Mon Sep 17 00:00:00 2001 From: KheliaNibaruta <73180785+KheliaNibaruta@users.noreply.github.com> Date: Wed, 4 Nov 2020 16:35:41 +0100 Subject: [PATCH] configurer installation --- .circleci/config.yml | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 395f166..3b73e15 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -5,10 +5,7 @@ jobs: - image: cimg/node:14.10.1 # the primary container, where your job's commands are run steps: - restore_cache: - key: + keys: - npm-v1-dependencies-{{ checksum "yarn.lock" }} - - save_cache: - paths: - - ~/.cache/npm - key: npm-v1-dependencies-{{ checksum "yarn.lock" }} +