From 41eac377f6d8b50de44b2e5704f22f793382f7f9 Mon Sep 17 00:00:00 2001 From: HenriBoulnois <72384047+HenriBoulnois@users.noreply.github.com> Date: Mon, 11 Oct 2021 09:30:20 +0200 Subject: [PATCH] Updated config.yml --- .circleci/config.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.circleci/config.yml b/.circleci/config.yml index d8d318d..2382d5a 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -4,6 +4,7 @@ jobs: machine: image: ubuntu-2004:202010-01 steps: + - checkout - restore_cache: keys: - npm-v1-dependencies-{{ checksum "yarn.lock" }}