From bd674d6d2573c0ae0b01f45511371690f88aeb39 Mon Sep 17 00:00:00 2001 From: HenriBoulnois <72384047+HenriBoulnois@users.noreply.github.com> Date: Mon, 11 Oct 2021 09:14:16 +0200 Subject: [PATCH] Updated config.yml --- .circleci/config.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 20b5a7f..63fa42b 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -4,7 +4,10 @@ jobs: machine: image: ubuntu-2004:202010-01 steps: + - restore_cache: + keys: + - npm-v1-dependencies-{{ checksum "yarn.lock" }} - checkout - run: name: "Testing" - command: echo "Hello World" \ No newline at end of file + command: yarn install \ No newline at end of file