From 910e355b308f5667dea93094306074e37e235f6d Mon Sep 17 00:00:00 2001 From: Zelleg Date: Mon, 11 Oct 2021 11:10:07 +0200 Subject: [PATCH] same thing --- .circleci/config.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.circleci/config.yml b/.circleci/config.yml index 76b5014..dee7388 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -16,6 +16,11 @@ jobs: - restore_cache: key: npm-v1-dependencies-{{ checksum "yarn.lock" }} test: + docker: + - image: cimg/node:14.15.0 # the primary container, where your job's commands are run + auth: + username: mydockerhub-user + password: $DOCKERHUB_PASSWORD # context / project UI env-var reference steps: - run: name: Lint && format check && test ci @@ -29,3 +34,4 @@ workflows: jobs: - build - test +