From 17352c9de05a9e6795d8cb1b58d61084c8c38079 Mon Sep 17 00:00:00 2001 From: Alexandre SOARES <72209227+AS-37@users.noreply.github.com> Date: Sat, 15 Jan 2022 13:34:14 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=92=9A=20FIX?= 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 a84574a..171a142 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -53,6 +53,11 @@ jobs: yarn format:check name: "step lint" test_unit: + docker: + - auth: + password: $DOCKERHUB_PASSWORD + username: xaela37 + image: "cimg/node:14.15.0" steps: - checkout - restore_cache: