From 48fb88bc095f13b60fc9a340b010ce11fc6d7109 Mon Sep 17 00:00:00 2001 From: Alexandre SOARES <72209227+AS-37@users.noreply.github.com> Date: Sat, 15 Jan 2022 16:19:29 +0100 Subject: [PATCH] =?UTF-8?q?=E2=9C=85=20End=20to=20end=20test?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .circleci/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 045a3e7..790acde 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -50,7 +50,7 @@ jobs: - auth: password: $DOCKERHUB_PASSWORD username: xaela37 - image: "cimg/node:14.15.0" + image: "cimg/node:lts-fermium" steps: - checkout - restore_cache: