From c8e2b69145cce6f164a04238e2a777ad316ad13b Mon Sep 17 00:00:00 2001 From: Martin Date: Thu, 13 Jan 2022 15:39:36 +0100 Subject: [PATCH] :construction_worker: add docker --- .circleci/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 12f7c31..7ae8598 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -25,7 +25,7 @@ jobs: # The orb install-packages step will also automatically cache them for faster future runs. - node/install-packages: # If you are using yarn, change the line below from "npm" to "yarn" - pkg-manager: npm + pkg-manager: yarn - run: name: Run tests command: yarn test