From bd165a13acaa1eb0562ca628ee6cae8334452353 Mon Sep 17 00:00:00 2001 From: Tarskan <55380090+Tarskan@users.noreply.github.com> Date: Mon, 11 Oct 2021 09:31:54 +0200 Subject: [PATCH] fix --- .circleci/config.yml | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index f8b89d8..f9f7c98 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -1,5 +1,3 @@ -orbs: - node: circleci/node@4.7.0 workflows: version: 2.1 do-some-magic: @@ -16,7 +14,5 @@ jobs: password: $PSW_DOCKER # context / project UI env-var reference steps: - checkout # check out the code in the project directory - - node/with-cache: - steps: - - run: yarn install - - run: npm-v1-dependencies-{{ checksum "yarn.lock" }} \ No newline at end of file + - run: yarn install + - run: npm-v1-dependencies-{{ checksum "yarn.lock" }} \ No newline at end of file