From 52210373776cbab9482d54f2766e59fffdc1610e Mon Sep 17 00:00:00 2001 From: Tarskan <55380090+Tarskan@users.noreply.github.com> Date: Mon, 11 Oct 2021 10:21:14 +0200 Subject: [PATCH] Update config.yml --- .circleci/config.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index b5ea66f..bc51ea5 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -23,8 +23,8 @@ jobs: - run: yarn install - save_cache: key: npm-v1-dependencies-{{ checksum "yarn.lock" }} - path: - - ~/yarn + paths: + - node_modules job2: docker: - image: cimg/node:14.15.0 # the primary container, where your job's commands are run