From 1a1e3321ec0f201a5ae323c906e441b7f4a4762f Mon Sep 17 00:00:00 2001 From: balaram Date: Mon, 19 Feb 2024 17:50:44 +0000 Subject: [PATCH] node version to v17.3.0 of build image --- .circleci/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index cf31deac..aca69aac 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -20,7 +20,7 @@ jobs: build: docker: # specify the version you desire here - - image: cimg/node:19.7.0 + - image: cimg/node:17.3.0 environment: PG_HOST: 127.0.0.1 POSTGRES_DB: gitpay_test