Skip to content

Commit 8a6813d

Browse files
committed
Update config.yml
1 parent 153258c commit 8a6813d

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

Diff for: .circleci/config.yml

+7-7
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
version: 2.1
22
orbs:
3-
browser-tools: circleci/[email protected].5
3+
browser-tools: circleci/[email protected].8
44

55
# Inspired by:
66
# https://github.com/CircleCI-Public/circleci-demo-workflows/blob/workspace-forwarding/.circleci/config.yml
@@ -56,7 +56,7 @@ jobs:
5656
working_directory: ~/plotly.js
5757
steps:
5858
- browser-tools/install-browser-tools: &browser-versions
59-
chrome-version: 110.0.5481.100
59+
chrome-version: 116.0.5845.110
6060
install-firefox: false
6161
install-geckodriver: false
6262
- attach_workspace:
@@ -93,7 +93,7 @@ jobs:
9393
working_directory: ~/plotly.js
9494
steps:
9595
- browser-tools/install-browser-tools: &browser-versions
96-
chrome-version: 110.0.5481.100
96+
chrome-version: 116.0.5845.110
9797
install-firefox: false
9898
install-geckodriver: false
9999
- attach_workspace:
@@ -113,7 +113,7 @@ jobs:
113113
working_directory: ~/plotly.js
114114
steps:
115115
- browser-tools/install-browser-tools: &browser-versions
116-
chrome-version: 110.0.5481.100
116+
chrome-version: 116.0.5845.110
117117
install-firefox: false
118118
install-geckodriver: false
119119
- attach_workspace:
@@ -133,7 +133,7 @@ jobs:
133133
working_directory: ~/plotly.js
134134
steps:
135135
- browser-tools/install-browser-tools: &browser-versions
136-
chrome-version: 110.0.5481.100
136+
chrome-version: 116.0.5845.110
137137
install-firefox: false
138138
install-geckodriver: false
139139
- attach_workspace:
@@ -152,7 +152,7 @@ jobs:
152152
working_directory: ~/plotly.js
153153
steps:
154154
- browser-tools/install-browser-tools: &browser-versions
155-
chrome-version: 110.0.5481.100
155+
chrome-version: 116.0.5845.110
156156
install-firefox: false
157157
install-geckodriver: false
158158
- attach_workspace:
@@ -171,7 +171,7 @@ jobs:
171171
working_directory: ~/plotly.js
172172
steps:
173173
- browser-tools/install-browser-tools: &browser-versions
174-
chrome-version: 110.0.5481.100
174+
chrome-version: 116.0.5845.110
175175
install-firefox: false
176176
install-geckodriver: false
177177
- attach_workspace:

0 commit comments

Comments
 (0)