From 83648ba9cb525501875b79b415564f2a55a52a06 Mon Sep 17 00:00:00 2001 From: NicolasLepinette <55684429+NicolasLepinette@users.noreply.github.com> Date: Mon, 2 Nov 2020 11:29:16 +0100 Subject: [PATCH] Update config.yml --- .circleci/config.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.circleci/config.yml b/.circleci/config.yml index 98e7079..fb55243 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -2,6 +2,11 @@ workflows: version: 2.1 jobs: build: + docker: + - image: cimg/node:14.10.1 # the primary container, where your job's comm> + auth: + username: mydockerhub-user + password: $DOCKERHUB_PASSWORD # context / project UI env-var referen> steps: - checkout - run: yarn global add node-gyp