From c18e6dfbce82a6f984118ea195e2b3664ed6b138 Mon Sep 17 00:00:00 2001 From: Alexandre SOARES <72209227+AS-37@users.noreply.github.com> Date: Mon, 11 Oct 2021 09:17:33 +0200 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 d99bf28..8bbc74b 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -9,6 +9,6 @@ jobs: steps: - restore_cache: keys: - - npm-v1-dependencies-{{ checksum "yarn.lock" }} + - m2-npm-v1-dependencies-{{ checksum "yarn.lock" }} - checkout # check out the code in the project directory - run: yarn install \ No newline at end of file