diff --git a/.circleci/config.yml b/.circleci/config.yml index ad0c37470..07f29ff52 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -77,7 +77,7 @@ jobs: - eb/setup - run: command: | - eb init romeonline-productionapi -r us-east-2 -p "Node.js 16 running on 64bit Amazon Linux 2" + eb init romeonline-productionapi -r us-east-2 -p "Node.js 18 running on 64bit Amazon Linux 2" eb status --verbose eb deploy eb status