Update the node CI image

This commit is contained in:
Dave Richer
2023-11-21 15:37:51 -05:00
parent c2b3905c8e
commit ae5fef435a

View File

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