Skip to content

Commit

Permalink
ci: update CircleCI cypress image to 12.16 (#5628)
Browse files Browse the repository at this point in the history
  • Loading branch information
iartemiev committed Apr 29, 2020
1 parent c0d9d4d commit c2482e1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .circleci/config.yml
Expand Up @@ -7,12 +7,12 @@ version: 2.1
executors:
build-executor:
docker:
- image: cypress/base:10
- image: cypress/base:12.16.1
resource_class: large

js-test-executor:
docker:
- image: cypress/base:10
- image: cypress/base:12.16.1
- image: verdaccio/verdaccio
resource_class: large

Expand Down Expand Up @@ -424,7 +424,7 @@ releasable_branches: &releasable_branches
only:
- release
- master
- ui-components/master #TODO: can we remove this?
- ui-components/master
- 1.0-stable

workflows:
Expand Down

0 comments on commit c2482e1

Please sign in to comment.