From 79cbde1e45476657a9a73d9fe97c8581d3110e41 Mon Sep 17 00:00:00 2001 From: Neel Coffin Date: Mon, 2 Nov 2020 09:43:54 +0100 Subject: [PATCH] yml: fix ident --- .circleci/config.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 67618c3..187abef 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -5,11 +5,12 @@ jobs: - image: cimg/node:14.10.1 steps: - checkout - - run: yarn global add node-gyp && yarn install + - restore_cache: name: restore yarn package cache keys: - npm-v1-dependencies-{{ checksum "yarn.lock" }} + - run: yarn global add node-gyp && yarn install - save_cache: name: sa ve yarn package cache keys: