Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 316487d commit 7d1d447Copy full SHA for 7d1d447
.circleci/config.yml
@@ -184,7 +184,7 @@ jobs:
184
working_directory: ~/plotly.js
185
steps:
186
- browser-tools/install-browser-tools: &browser-versions
187
- firefox-version: 81.0
+ firefox-version: "81.0"
188
install-chrome: false
189
install-chromedriver: false
190
- attach_workspace:
@@ -203,7 +203,7 @@ jobs:
203
204
205
206
- firefox-version: 82.0
+ firefox-version: "82.0"
207
208
209
0 commit comments