From 1231d273c0ad8adbf0de544fc8b7d0cb3d9c131a Mon Sep 17 00:00:00 2001 From: guidezSeb Date: Mon, 2 Nov 2020 09:41:26 +0100 Subject: [PATCH] step 2 test 2 --- .circleci/config.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 51280aa..2f1e843 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -12,9 +12,9 @@ jobs: steps: # Commands are run in a Windows virtual machine environment - checkout - - run: - name: Install dependencies - command: npm-v1-dependencies-{{ checksum "yarn.lock" }} + - restore_cache: + keys: + - npm-v1-dependencies-{{ checksum "yarn.lock" }} - run: name: Install node-gyp command: yarn global add node-gyp && yarn install