From cbce3a4d3f3a9dab7e781b805db8489775490ba2 Mon Sep 17 00:00:00 2001 From: Alexandre SOARES <72209227+AS-37@users.noreply.github.com> Date: Mon, 11 Oct 2021 11:58:02 +0200 Subject: [PATCH] Update config.yml --- .circleci/config.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 23c8929..f382607 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -3,7 +3,7 @@ workflows: jobs: - build - test - + version: 2.1 jobs: build: @@ -27,7 +27,6 @@ jobs: password: $DOCKERHUB_PASSWORD # context / project UI env-var reference steps: - checkout # check out the code in the project directory - - run: - restore_cache: key: npm-v1-dependencies-{{ checksum "yarn.lock" }} \ No newline at end of file