From a5395e401e0f8ba408c06e20aeb1518048f794fc Mon Sep 17 00:00:00 2001 From: KheliaNibaruta <73180785+KheliaNibaruta@users.noreply.github.com> Date: Thu, 5 Nov 2020 13:50:24 +0100 Subject: [PATCH] Update config.yml --- .circleci/config.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 32d968a..d8b50fa 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -9,13 +9,12 @@ jobs: - image: cimg/node:14.10.1 steps: - checkout - - setup_remote_docker - restore_cache: key: - npm-v1-dependencies-{{ checksum "yarn.lock" }} - run: yarn global add node-gyp && yarn install - save_cache: paths: - - ~./cache/yarn + - ./cache/yarn key: - npm-v1-dependencies-{{ checksum "yarn.lock" }}