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