From 1263a1f4b382a8ea16751929a09fdfe4d1f0b268 Mon Sep 17 00:00:00 2001 From: Francois Lannoy Date: Mon, 2 Nov 2020 10:35:53 +0100 Subject: [PATCH] Update config.yml --- .circleci/config.yml | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index a643542..b35d026 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -7,11 +7,12 @@ workflows: requires: - build jobs: + docker: + - image: cimg/node:14.10.1 build: - docker: - - image: cimg/node:14.10.1 # the primary container, where your job's commands are run + steps: - - checkout # check out the code in the project directory + - checkout - restore_cache: key: yarn-packages-{{ checksum "yarn.lock" }} - run: yarn global add node-gyp && yarn install @@ -20,8 +21,6 @@ jobs: paths: - ./node_modules test: - docker: - - image: cimg/node:14.10.1 # the primary container, where your job's commands are run steps: - checkout - restore_cache: