Skip to content

Commit

Permalink
build(CircleCi): use 13.3.0 due failing tests:
Browse files Browse the repository at this point in the history
- Test suite failed to run
  - Call retries were exceeded at ChildProcessWorker.initialize()
- jest-community/vscode-jest#486 (comment)
  • Loading branch information
PhilippeMorier committed Dec 19, 2019
1 parent 97ff0c6 commit b041d82
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 @@ -7,11 +7,11 @@ aliases:
# https://github.com/CircleCI-Public/circleci-dockerfiles/tree/master/node/images
- &use_docker_node
docker:
- image: circleci/node:13.2.0-stretch
- image: circleci/node:13.3.0-stretch

- &use_docker_node_browsers
docker:
- image: circleci/node:13.2.0-stretch-browsers
- image: circleci/node:13.3.0-stretch-browsers

# https://github.com/cypress-io/cypress-docker-images/tree/master/included
- &use_docker_cypress_included
Expand Down

0 comments on commit b041d82

Please sign in to comment.