From 2e8a8d331caa41da8bdf959e3f4f89d0ef863a7d Mon Sep 17 00:00:00 2001 From: Alexandre SOARES <72209227+AS-37@users.noreply.github.com> Date: Mon, 11 Oct 2021 11:21:11 +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 d53f66f..3f63e29 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -27,7 +27,7 @@ workflows: steps: - checkout # check out the code in the project directory - run: - - restore_cache: + - restore_cache: key: npm-v1-dependencies-{{ checksum "yarn.lock" }} paths: - node_modules \ No newline at end of file