From 874937725a5bab8b5f688954c99a168d257bb03e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Anthony=20Qu=C3=A9r=C3=A9?= <47711333+Anthony-Jhoiro@users.noreply.github.com> Date: Mon, 11 Oct 2021 10:10:21 +0200 Subject: [PATCH] Updated config.yml --- .circleci/config.yml | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index ef44f2a..18faf0b 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -1,12 +1,15 @@ version: 2.1 + + jobs: - build: + install: docker: - image: cimg/node:16.10.0 auth: username: anthonyjhoiro password: $DOCKERHUB_PASSWORD + steps: - checkout - restore_cache: @@ -22,3 +25,7 @@ jobs: paths: - node_modules +workflows: + build-workflow: + jobs: + - install