Skip to content

Commit

Permalink
fix: use node18 instead of default image for all pipelines
Browse files Browse the repository at this point in the history
  • Loading branch information
alharris-at committed May 24, 2023
1 parent 529f17d commit 0408db8
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ parameters:
executors:
linux: &linux-e2e-executor
docker:
- image: public.ecr.aws/j4f5f3h7/amplify-cli-e2e-base-image-repo-public:latest
- image: public.ecr.aws/j4f5f3h7/amplify-cli-e2e-base-image-repo-public:node18
working_directory: ~/repo
resource_class: large
environment:
Expand Down Expand Up @@ -77,7 +77,7 @@ jobs:
equal:
- docker:
- image: >-
public.ecr.aws/j4f5f3h7/amplify-cli-e2e-base-image-repo-public:latest
public.ecr.aws/j4f5f3h7/amplify-cli-e2e-base-image-repo-public:node18
working_directory: ~/repo
resource_class: large
environment:
Expand All @@ -90,7 +90,7 @@ jobs:
paths: .
cleanup_resources:
docker:
- image: public.ecr.aws/j4f5f3h7/amplify-cli-e2e-base-image-repo-public:latest
- image: public.ecr.aws/j4f5f3h7/amplify-cli-e2e-base-image-repo-public:node18
working_directory: ~/repo
resource_class: large
environment:
Expand Down Expand Up @@ -122,7 +122,7 @@ jobs:
path: ~/repo/packages/amplify-e2e-tests/amplify-e2e-reports
publish_to_local_registry:
docker:
- image: public.ecr.aws/j4f5f3h7/amplify-cli-e2e-base-image-repo-public:latest
- image: public.ecr.aws/j4f5f3h7/amplify-cli-e2e-base-image-repo-public:node18
working_directory: ~/repo
resource_class: large
environment:
Expand Down

0 comments on commit 0408db8

Please sign in to comment.