Update Circle CI configuration

This commit is contained in:
Dave Richer
2023-11-20 15:45:46 -05:00
parent 9320587595
commit 3d7da0b28a

View File

@@ -14,7 +14,7 @@ jobs:
- eb/setup
- run:
command: |
eb init imex-online-production-api -r ca-central-1 -p "Node.js 16 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
@@ -22,7 +22,7 @@ jobs:
hasura-migrate:
docker:
- image: cimg/node:16.15.0
- image: cimg/node:18
parameters:
secret:
type: string
@@ -41,7 +41,7 @@ jobs:
app-build:
docker:
- image: cimg/node:16.15.0
- image: cimg/node:18
working_directory: ~/repo/client
@@ -71,7 +71,7 @@ jobs:
test-hasura-migrate:
docker:
- image: cimg/node:16.15.0
- image: cimg/node:18
parameters:
secret:
type: string
@@ -91,7 +91,7 @@ jobs:
test-app-build:
docker:
- image: cimg/node:16.15.0
- image: cimg/node:18
working_directory: ~/repo/client
@@ -121,7 +121,7 @@ jobs:
admin-app-build:
docker:
- image: cimg/node:16.15.0
- image: cimg/node:18
working_directory: ~/repo/admin