Skip to content

Commit 6fad4ee

Browse files
Update dependency cypress/base to v16
1 parent 7ca4ae3 commit 6fad4ee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ version: 2 # use CircleCI 2.0
22
jobs: # a collection of steps
33
build: # runs not using Workflows must have a `build` job as entry point
44
docker: # run the steps with Docker
5-
- image: cypress/base:14
5+
- image: cypress/base:16
66
environment:
77
## this enables colors in the output
88
TERM: xterm

0 commit comments

Comments
 (0)