Add missing CI change for Node 18.

This commit is contained in:
Patrick Fic
2023-11-22 16:14:28 -08:00
parent 18dce9795d
commit 5250d97935

View File

@@ -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