Skip to content
This repository has been archived by the owner on Jun 11, 2021. It is now read-only.

Commit

Permalink
fix(ci): use latest cypress browsers image with node 13
Browse files Browse the repository at this point in the history
  • Loading branch information
Shipow committed Jun 17, 2020
1 parent fa5521b commit bdab390
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ defaults: &defaults
cypress: &cypress
working_directory: ~/autocompletejs
docker:
- image: cypress/browsers
- image: cypress/browsers:node13.8.0-chrome81-ff75
environment:
## this enables colors in the output
TERM: xterm
Expand All @@ -38,7 +38,6 @@ version: 2.1
jobs:
test_build:
<<: *defaults
parallelism: 2
steps:
- checkout
- run: *install_yarn_version
Expand Down Expand Up @@ -92,6 +91,7 @@ jobs:

test_cypress:
<<: *cypress
parallelism: 2
steps:
- checkout
- run: *install_yarn_version
Expand Down

0 comments on commit bdab390

Please sign in to comment.