Skip to content

Commit 8bd99dc

Browse files
axe312germgoudy91
authored andcommitted
ci: ensure browsers are available on CI
1 parent 4523443 commit 8bd99dc

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.circleci/config.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,12 @@ version: 2.1
22
orbs:
33
vault: contentful/vault@1
44
node: circleci/[email protected]
5+
browser-tools: circleci/[email protected]
56

67
executors:
78
docker-with-node:
89
docker:
9-
- image: cimg/node:18.19
10+
- image: 'cimg/node:18.20.1-browsers'
1011
working_directory: ~/build-and-test
1112

1213
commands:

0 commit comments

Comments
 (0)