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