diff --git a/.circleci/config.yml b/.circleci/config.yml index 34c078f..57ae0ee 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -2,7 +2,7 @@ version: 2 jobs: build: docker: - - image: cypress/base:12 + - image: cypress/base:16 environment: ## this enables colors in the output TERM: xterm