This repository was archived by the owner on Jul 29, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +7
-8
lines changed Expand file tree Collapse file tree 2 files changed +7
-8
lines changed Original file line number Diff line number Diff line change @@ -2,14 +2,13 @@ version: 2
22jobs :
33 build :
44 docker :
5- - image : circleci/node:6.14 -browsers
5+ - image : circleci/node:10.16 -browsers
66 environment :
77 # Fix issue with selenium-server in containers.
88 # See http://github.com/SeleniumHQ/docker-selenium/issues/87
99 DBUS_SESSION_BUS_ADDRESS : /dev/null
10- # Chrome v74 is the last version that works perfectly with Protractor.
11- CHROME_REVISION : 638880
12- CHROMEDRIVER_VERSION : 74.0.3729.6
10+ CHROME_REVISION : 652421
11+ CHROMEDRIVER_VERSION : 75.0.3770.90
1312 # To find this revision number:
1413 # 1. Find the exact chrome version you want: https://en.wikipedia.org/wiki/Google_Chrome_version_history
1514 # 2. Put that version in this tool: https://omahaproxy.appspot.com/
Original file line number Diff line number Diff line change 11language : node_js
22sudo : false
33node_js :
4- - " 6 "
5- - " 8 "
4+ - " 10 "
5+ - " 12 "
66
77env :
88 global :
@@ -24,9 +24,9 @@ matrix:
2424 - env : " JOB=bstack"
2525 exclude :
2626 - env : JOB=smoke
27- node_js : " 7 "
27+ node_js : " 10 "
2828 - env : JOB=bstack
29- node_js : " 7 "
29+ node_js : " 10 "
3030
3131addons :
3232 apt :
You can’t perform that action at this time.
0 commit comments