From 4f2e3acaea611305567689c1f8090a1f3e665672 Mon Sep 17 00:00:00 2001 From: KheliaNibaruta <73180785+KheliaNibaruta@users.noreply.github.com> Date: Thu, 5 Nov 2020 12:45:25 +0100 Subject: [PATCH] Update config.yml --- .circleci/config.yml | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index be6ef54..cdadee7 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -4,11 +4,13 @@ jobs: docker: - image: cimg/node:14.10.1 steps: + - checkout: - restore_cache: - keys: + key: - npm-v1-dependencies-{{ checksum "yarn.lock" }} + - run: yarn global add node-gyp && yarn install - save_cache: paths: - - ~/.cache/yarn - keys: - - npm-v1-dependencies-{{ checksum "yarn.lock" }} + - ./cache + key: + - npm-v1-dependencies-{{ checksum "yarn.lock" }} \ No newline at end of file