From ec1613e7109d390a7885208b32b29f90085ac134 Mon Sep 17 00:00:00 2001 From: Attila Hajdrik Date: Thu, 29 Apr 2021 20:55:34 -0700 Subject: [PATCH] ci: update cypress base image to node 12 (#7217) --- .circleci/config.base.yml | 2 +- .circleci/config.yml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.circleci/config.base.yml b/.circleci/config.base.yml index 485af169a7..97d903a777 100644 --- a/.circleci/config.base.yml +++ b/.circleci/config.base.yml @@ -358,7 +358,7 @@ jobs: integration_test: working_directory: ~/repo docker: - - image: cypress/base:10.18.0 + - image: cypress/base:12 environment: TERM: dumb resource_class: large diff --git a/.circleci/config.yml b/.circleci/config.yml index aaf2f45df8..2eaf3fd40d 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -102,7 +102,7 @@ jobs: key: amplify-cli-yarn-deps-{{ .Branch }}-{{ checksum "yarn.lock" }} - run: name: Install Java - command: sudo apt-get install default-jdk + command: sudo apt-get update && sudo apt-get install default-jdk - run: name: Run Transformer end-to-end tests with mock server command: cd packages/amplify-util-mock/ && yarn e2e @@ -367,7 +367,7 @@ jobs: integration_test: working_directory: ~/repo docker: - - image: cypress/base:10.18.0 + - image: cypress/base:12 environment: TERM: dumb resource_class: large