diff --git a/.circleci/config.yml b/.circleci/config.yml index c1d634f8b..08b6f80d0 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -4,7 +4,7 @@ jobs: test: docker: # the Docker image with Cypress dependencies - - image: cypress/base:12.19.0 + - image: cypress/base:14.16.0 environment: ## this enables colors in the output TERM: xterm