Skip to content

Commit 2751590

Browse files
authored
try to fix circle ci
1 parent 3457723 commit 2751590

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.circleci/config.yml

+3-1
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,10 @@
11
version: 2
2+
orbs:
3+
browser-tools: circleci/[email protected]
24
jobs:
35
build:
46
docker:
5-
- image: circleci/node:latest-browsers
7+
- image: cimg/node:15.0.1-browsers
68
working_directory: ~/meteor-coverage
79
steps:
810
- checkout

0 commit comments

Comments
 (0)