From 8d08fe4e7e313718f3c021361e2b7735ca4c0305 Mon Sep 17 00:00:00 2001 From: KheliaNibaruta <73180785+KheliaNibaruta@users.noreply.github.com> Date: Thu, 5 Nov 2020 13:08:54 +0100 Subject: [PATCH] Update config.yml --- .circleci/config.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index b8baea3..12b3a83 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -7,11 +7,11 @@ jobs: build: docker: - image: cimg/node:12.18 -# steps: -# - checkout -# - restore_cache: -# key: -# - npm-v1-dependencies-{{ checksum "yarn.lock" }} + steps: + - checkout + - restore_cache: + key: + - npm-v1-dependencies-{{ checksum "yarn.lock" }} # - run: yarn global add node-gyp && yarn install # - save_cache: # paths: