diff --git a/.circleci/config.yml b/.circleci/config.yml index 7956a4a0b..2e047be49 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -14,7 +14,7 @@ jobs: - eb/setup - run: command: | - eb init imex-online-production-api -r ca-central-1 -p "Node.js 18.18.2 running on 64bit Amazon Linux 2" + eb init imex-online-production-api -r ca-central-1 -p "Node.js 18 running on 64bit Amazon Linux 2" eb status --verbose eb deploy eb status