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 4e86e45 commit 2ef9e19Copy full SHA for 2ef9e19
.circleci/config.yml
@@ -1,7 +1,7 @@
1
version: 2.1
2
3
orbs:
4
- browser-tools: circleci/browser-tools@1.1.1
+ browser-tools: circleci/browser-tools@1.4.1
5
6
jobs:
7
test_js:
@@ -11,7 +11,7 @@ jobs:
11
MOZ_HEADLESS: 1
12
steps:
13
- browser-tools/install-firefox:
14
- version: 86.0.1
+ version: 114.0.2
15
- checkout
16
- run: make -C fathom lint test
17
# Upload new coveralls stats only on master, which is the only place
@@ -30,7 +30,7 @@ jobs:
30
31
32
33
34
35
- restore_cache:
36
keys:
0 commit comments