diff --git a/.circleci/config.yml b/.circleci/config.yml index 4682cee..b4a990a 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -3,7 +3,12 @@ jobs: build: docker: - image: cimg/node + auth: + username: anthonyjhoiro + password: $DOCKERHUB_PASSWORD + steps: + - checkout - run: name: Install deps using Yarn command: yarn install