From 0be75a4e56a5010364c9769c825b3352659f9ad5 Mon Sep 17 00:00:00 2001 From: KheliaNibaruta <73180785+KheliaNibaruta@users.noreply.github.com> Date: Thu, 5 Nov 2020 13:46:13 +0100 Subject: [PATCH] Update config.yml --- .circleci/config.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.circleci/config.yml b/.circleci/config.yml index 72e22ce..32d968a 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -9,6 +9,7 @@ jobs: - image: cimg/node:14.10.1 steps: - checkout + - setup_remote_docker - restore_cache: key: - npm-v1-dependencies-{{ checksum "yarn.lock" }}