Skip to content

Commit

Permalink
node 12.4.0, cypress/browsers:node12.4.0-chrome76 docker image
Browse files Browse the repository at this point in the history
  • Loading branch information
flotwig committed Aug 2, 2019
1 parent 3759fc3 commit 0cbd954
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .node-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
12.0.0
12.4.0
2 changes: 1 addition & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ branches:
# https://www.appveyor.com/docs/lang/nodejs-iojs/
environment:
# use matching version of Node.js
nodejs_version: "12.0.0"
nodejs_version: "12.4.0"
# encode secure variables which will NOT be used
# in pull requests
# https://www.appveyor.com/docs/build-configuration/#secure-variables
Expand Down
2 changes: 1 addition & 1 deletion circle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ executors:
# the Docker image with Cypress dependencies and Chrome browser
cy-doc:
docker:
- image: cypress/browsers:node12.0.0-chrome75
- image: cypress/browsers:node12.4.0-chrome76
environment:
PLATFORM: linux

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@
"vinyl-paths": "2.1.0"
},
"engines": {
"node": "12.0.0"
"node": "12.4.0"
},
"productName": "Cypress",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion scripts/run-docker-local.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ set e+x

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

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

docker pull $name
Expand Down

0 comments on commit 0cbd954

Please sign in to comment.