From 93aa77fa1a0131eac5852db487d397f76c294df9 Mon Sep 17 00:00:00 2001 From: Guillaume Chau Date: Mon, 20 Sep 2021 20:43:05 +0200 Subject: [PATCH] chore(ci): change image --- .circleci/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index cbd5ded..a0b79b8 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -7,7 +7,7 @@ version: 2 jobs: build: docker: - - image: cypress/base:12 + - image: cypress/base:16 environment: ## this enables colors in the output TERM: xterm