From 583bfcfffbfacf92e679539c1fd2144b18f907eb Mon Sep 17 00:00:00 2001 From: Alexandre SOARES <72209227+AS-37@users.noreply.github.com> Date: Sat, 15 Jan 2022 14:21:49 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=92=9A=20Fixed=20CI=20Build?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Had to set up a different node version because yarn jest command was not found --- .circleci/config.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index a1245e6..8fb24e3 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -5,7 +5,7 @@ jobs: - auth: password: $DOCKERHUB_PASSWORD username: xaela37 - image: "cimg/node:14.15.0" + image: circleci/node:lts-fermium working_directory: ~/repo steps: - checkout @@ -24,7 +24,7 @@ jobs: - auth: password: $DOCKERHUB_PASSWORD username: xaela37 - image: "cimg/node:14.15.0" + image: circleci/node:lts-fermium steps: - checkout - restore_cache: @@ -37,7 +37,7 @@ jobs: - auth: password: $DOCKERHUB_PASSWORD username: xaela37 - image: "cimg/node:14.15.0" + image: circleci/node:lts-fermium - auth: password: $DOCKERHUB_PASSWORD username: xaela37