From 5fb8007014c4c9b6cabcbba331345b35bc2241bd Mon Sep 17 00:00:00 2001 From: Alexandre SOARES <72209227+AS-37@users.noreply.github.com> Date: Wed, 13 Oct 2021 20:24:29 +0200 Subject: [PATCH] Update config.yml --- .circleci/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 1e33cc5..fbd87b7 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -79,7 +79,7 @@ jobs: DATABASE_URL: postgres://pguser:pass@localhost:5432/pgdb documentation: docker: - - image: cimg/node:16.10.0 + - image: cimg/node:14.15.0 auth: username: xaela37 password: $DOCKERHUB_PASSWORD