Skip to content

Commit 98e7ade

Browse files
committed
chore(ngx-material-password-strength): added -browsers to the image to support chrome
1 parent 4941198 commit 98e7ade

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.circleci/config.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ jobs:
77
build:
88
docker:
99
# specify the version you desire here
10-
- image: circleci/node:8.9.4
10+
- image: circleci/node:8.9.4-browsers
1111

1212
# Specify service dependencies here if necessary
1313
# CircleCI maintains a library of pre-built images
@@ -16,6 +16,9 @@ jobs:
1616

1717
working_directory: ~/repo
1818

19+
environment:
20+
CHROME_BIN: "chromium-browser"
21+
1922
steps:
2023
- checkout
2124

0 commit comments

Comments
 (0)