We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e20afab commit 6e5dc41Copy full SHA for 6e5dc41
.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