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
2
2
jobs :
3
3
build :
4
4
docker :
5
- - image : circleci/node:6.14 -browsers
5
+ - image : circleci/node:10.16 -browsers
6
6
environment :
7
7
# Fix issue with selenium-server in containers.
8
8
# See http://github.com/SeleniumHQ/docker-selenium/issues/87
9
9
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
13
12
# To find this revision number:
14
13
# 1. Find the exact chrome version you want: https://en.wikipedia.org/wiki/Google_Chrome_version_history
15
14
# 2. Put that version in this tool: https://omahaproxy.appspot.com/
Original file line number Diff line number Diff line change 1
1
language : node_js
2
2
sudo : false
3
3
node_js :
4
- - " 6 "
5
- - " 8 "
4
+ - " 10 "
5
+ - " 12 "
6
6
7
7
env :
8
8
global :
@@ -24,9 +24,9 @@ matrix:
24
24
- env : " JOB=bstack"
25
25
exclude :
26
26
- env : JOB=smoke
27
- node_js : " 7 "
27
+ node_js : " 10 "
28
28
- env : JOB=bstack
29
- node_js : " 7 "
29
+ node_js : " 10 "
30
30
31
31
addons :
32
32
apt :
You can’t perform that action at this time.
0 commit comments