diff --git a/circle.yml b/circle.yml index caea3089..7cc0b27c 100644 --- a/circle.yml +++ b/circle.yml @@ -2,7 +2,7 @@ version: 2 jobs: build: docker: - - image: cypress/base:8 + - image: cypress/base:12 working_directory: ~/cypress-cucumber-preprocessor steps: - checkout