Skip to content
This repository has been archived by the owner on Mar 24, 2023. It is now read-only.

Commit

Permalink
upgrade cypress/browsers too, and go to node 12
Browse files Browse the repository at this point in the history
  • Loading branch information
laverya committed Dec 24, 2020
1 parent a539877 commit 9e482f7
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:

build_web_init:
docker:
- image: circleci/node:10
- image: circleci/node:12
working_directory: ~/ship
steps:
- checkout
Expand Down Expand Up @@ -45,7 +45,7 @@ jobs:
- ship/web/init/package.json
build_web_app:
docker:
- image: circleci/node:10
- image: circleci/node:12
working_directory: ~/ship
steps:
- checkout
Expand Down Expand Up @@ -106,7 +106,7 @@ jobs:
- ship/bin
e2e_setup:
docker:
- image: cypress/browsers:node8.9.3-chrome73
- image: cypress/browsers:node12.18.3-chrome87-ff82
working_directory: ~/ship
steps:
- checkout
Expand All @@ -130,7 +130,7 @@ jobs:
key: ship-e2e-setup-cy-3.2.0
e2e_init:
docker:
- image: cypress/browsers:node8.9.3-chrome73
- image: cypress/browsers:node12.18.3-chrome87-ff82
working_directory: ~/ship
steps:
- checkout
Expand Down Expand Up @@ -503,7 +503,7 @@ jobs:

ui:
docker:
- image: circleci/node:10
- image: circleci/node:12
working_directory: ~/ship
steps:
- checkout
Expand All @@ -527,7 +527,7 @@ jobs:

deploy_ship_init:
docker:
- image: circleci/node:10
- image: circleci/node:12
working_directory: ~/ship
steps:
- run: |
Expand Down

0 comments on commit 9e482f7

Please sign in to comment.