From c77361875be2a10a281b69fed5190f208c4a14ba Mon Sep 17 00:00:00 2001 From: Zelleg Date: Mon, 11 Oct 2021 11:51:13 +0200 Subject: [PATCH] update config --- .circleci/config.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index b1473f2..ba54981 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -10,9 +10,9 @@ jobs: - checkout # check out the code in the project directory - run: yarn install - save_cache: - key: npm-v3-dependencies-{{ checksum "yarn.lock" }} + key: npm-v4-dependencies-{{ checksum "yarn.lock" }} paths: - - node_module + - node_modules test: docker: - image: cimg/node:14.15.0 # the primary container, where your job's commands are run @@ -22,7 +22,7 @@ jobs: steps: - checkout - restore_cache: - key: npm-v3-dependencies-{{ checksum "yarn.lock" }} + key: npm-v4-dependencies-{{ checksum "yarn.lock" }} - run: name: Lint && format check && test ci command: >-