We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 7ca4ae3 + 6fad4ee commit 39edc94Copy full SHA for 39edc94
.circleci/config.yml
@@ -2,7 +2,7 @@ version: 2 # use CircleCI 2.0
2
jobs: # a collection of steps
3
build: # runs not using Workflows must have a `build` job as entry point
4
docker: # run the steps with Docker
5
- - image: cypress/base:14
+ - image: cypress/base:16
6
environment:
7
## this enables colors in the output
8
TERM: xterm
0 commit comments