From ae5fef435ada6e3778cf6343d273e7dab8316010 Mon Sep 17 00:00:00 2001 From: Dave Richer Date: Tue, 21 Nov 2023 15:37:51 -0500 Subject: [PATCH] Update the node CI image --- .circleci/config.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index a48b19ad9..7956a4a0b 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -8,13 +8,13 @@ orbs: jobs: api-deploy: docker: - - image: cimg/node:18 + - image: cimg/node:18.18.2 steps: - checkout - eb/setup - run: command: | - eb init imex-online-production-api -r ca-central-1 -p "Node.js 18 running on 64bit Amazon Linux 2" + eb init imex-online-production-api -r ca-central-1 -p "Node.js 18.18.2 running on 64bit Amazon Linux 2" eb status --verbose eb deploy eb status