From d8251648f9d712188700b4f584c384a59af83188 Mon Sep 17 00:00:00 2001 From: ndrg13 <72130242+ndrg13@users.noreply.github.com> Date: Thu, 5 Nov 2020 16:41:58 +0100 Subject: [PATCH] Update config.yml --- .circleci/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index a679067..d2d41da 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -16,7 +16,7 @@ jobs: command: yarn global add node-gyp && yarn install - save_cache: key: npm-v5-dependencies-{{ checksum "yarn.lock" }} - path: + paths: - ~/.cache/yarn5 lint: executor: my-executor