Skip to content

Commit

Permalink
feat: add Node 12.6.0 executor, close #133
Browse files Browse the repository at this point in the history
  • Loading branch information
bahmutov committed Jul 9, 2019
1 parent c19b1bd commit 9051732
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 2 deletions.
8 changes: 8 additions & 0 deletions docs/executors.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,14 @@ Single Docker container with Node 10 and Cypress dependencies

Docker image: `cypress/base:10`

## base-12-6-0


Single Docker container with Node 12.6.0 and Cypress dependencies


Docker image: `cypress/base:12.6.0`

## browsers-chrome69


Expand Down
7 changes: 5 additions & 2 deletions src/orb.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ executors:

# executors based on available Cypress docker images
# see https://github.com/cypress-io/cypress-docker-images
# see https://hub.docker.com/r/cypress/base/tags
base-6:
description: Single Docker container with Node 6 and Cypress dependencies
docker:
Expand All @@ -43,8 +44,10 @@ executors:
docker:
- image: cypress/base:10

# TODO add Node 12 docker image
# https://hub.docker.com/r/cypress/base/tags
base-12-6-0:
description: Single Docker container with Node 12.6.0 and Cypress dependencies
docker:
- image: cypress/base:12.6.0

browsers-chrome69:
description: Docker container with Node 10, Cypress dependencies and Chrome 69
Expand Down

0 comments on commit 9051732

Please sign in to comment.