Skip to content

Commit a4e75c9

Browse files
committed
Fix browser test
1 parent 77c925c commit a4e75c9

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.circleci/config.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
version: 2.1
22

33
orbs:
4-
browser-tools: circleci/browser-tools@1.4.8
4+
browser-tools: circleci/browser-tools@2.2.0
55

66
jobs:
77
run-tests:
@@ -25,7 +25,7 @@ jobs:
2525
condition:
2626
equal: ["16.20.0", << parameters.node-version >>]
2727
steps:
28-
- browser-tools/install-browser-tools
28+
- browser-tools/install_browser_tools
2929
- run:
3030
name: Run tests with browser
3131
command: npm run test:browser
@@ -76,4 +76,4 @@ workflows:
7676
tags:
7777
only: /^v.*/
7878
branches:
79-
ignore: /.*/
79+
ignore: /.*/

0 commit comments

Comments
 (0)