From c213e1362436a3b8e66a4e9286321cd6380c140a Mon Sep 17 00:00:00 2001 From: Patrick Fic Date: Wed, 5 Feb 2025 20:00:48 -0800 Subject: [PATCH] Resolve CI issues. --- .circleci/config.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 28ad18548..87eaebf9b 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -15,7 +15,7 @@ jobs: - eb/setup - run: command: | - eb init imex-online-production-api -r ca-central-1 -p "Node.js 22 running on 64bit Amazon Linux 2" + eb init imex-online-production-api -r ca-central-1 -p "Node.js 22 running on 64bit Amazon Linux 2023" eb status --verbose eb deploy eb status @@ -114,7 +114,7 @@ jobs: - eb/setup - run: command: | - eb init romeonline-productionapi -r us-east-2 -p "Node.js 22 on 64bit Amazon Linux 2" + eb init romeonline-productionapi -r us-east-2 -p "Node.js 22 running on 64bit Amazon Linux 2023" eb status --verbose eb deploy eb status