From 76422b0bb873370258a3a59f2a7fe514c9970677 Mon Sep 17 00:00:00 2001 From: Alexandre SOARES <72209227+AS-37@users.noreply.github.com> Date: Sun, 9 Jan 2022 17:39:59 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=91=B7=20Updated=20CI?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .circleci/config.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.circleci/config.yml b/.circleci/config.yml index 4926702..1314919 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -7,6 +7,11 @@ workflows: version: 2 jobs: build: + docker: + - image: cimg/node:14.15.0 # the primary container, where your job's commands are run + auth: + username: xaela37 + password: $DOCKERHUB_PASSWORD # context / project UI env-var reference steps: - checkout # check out the code in the project directory - run: yarn install