From ca1668388ee5215685be7b83fdbdf2fa9a292ab0 Mon Sep 17 00:00:00 2001 From: anthony Date: Mon, 11 Oct 2021 09:00:49 +0200 Subject: [PATCH] Add yarn install --- .circleci/config.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index fef600d..98c6ea2 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -1,9 +1,9 @@ version: 2.1 jobs: - build: + install: docker: - - image: alpine:latest + - image: cimg/node steps: - run: - name: Hello World - command: echo "Hello World" + name: Install deps using Yarn + command: yarn install