Skip to content

Commit 30bd0e0

Browse files
committed
Revert "node12.4.0-chrome76 => node12.0.0-chrome75"
This reverts commit 3581e52.
1 parent dee8e8f commit 30bd0e0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

circle.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ executors:
2323
# the Docker image with Cypress dependencies and Chrome browser
2424
cy-doc:
2525
docker:
26-
- image: cypress/browsers:node12.0.0-chrome75
26+
- image: cypress/browsers:node12.4.0-chrome76
2727
environment:
2828
PLATFORM: linux
2929

scripts/run-docker-local.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ set e+x
22

33
echo "This script should be run from cypress's root"
44

5-
name=cypress/browsers:node12.0.0-chrome75
5+
name=cypress/browsers:node12.4.0-chrome76
66
echo "Pulling CI container $name"
77

88
docker pull $name

0 commit comments

Comments
 (0)