Fix Circle CI Config
This commit is contained in:
@@ -8,7 +8,7 @@ orbs:
|
||||
jobs:
|
||||
api-deploy:
|
||||
docker:
|
||||
- image: "cimg/base:stable"
|
||||
- image: cimg/node:18
|
||||
steps:
|
||||
- checkout
|
||||
- eb/setup
|
||||
@@ -22,7 +22,7 @@ jobs:
|
||||
|
||||
hasura-migrate:
|
||||
docker:
|
||||
- image: cimg/node:18
|
||||
- image: cimg/node:16.15.0
|
||||
parameters:
|
||||
secret:
|
||||
type: string
|
||||
@@ -41,7 +41,7 @@ jobs:
|
||||
|
||||
app-build:
|
||||
docker:
|
||||
- image: cimg/node:18
|
||||
- image: cimg/node:16.15.0
|
||||
|
||||
working_directory: ~/repo/client
|
||||
|
||||
@@ -71,7 +71,7 @@ jobs:
|
||||
|
||||
test-hasura-migrate:
|
||||
docker:
|
||||
- image: cimg/node:18
|
||||
- image: cimg/node:16.15.0
|
||||
parameters:
|
||||
secret:
|
||||
type: string
|
||||
@@ -91,7 +91,7 @@ jobs:
|
||||
|
||||
test-app-build:
|
||||
docker:
|
||||
- image: cimg/node:18
|
||||
- image: cimg/node:16.15.0
|
||||
|
||||
working_directory: ~/repo/client
|
||||
|
||||
@@ -121,7 +121,7 @@ jobs:
|
||||
|
||||
admin-app-build:
|
||||
docker:
|
||||
- image: cimg/node:18
|
||||
- image: cimg/node:16.15.0
|
||||
|
||||
working_directory: ~/repo/admin
|
||||
|
||||
|
||||
Reference in New Issue
Block a user