We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3457723 commit 2751590Copy full SHA for 2751590
.circleci/config.yml
@@ -1,8 +1,10 @@
1
version: 2
2
+orbs:
3
+ browser-tools: circleci/[email protected]
4
jobs:
5
build:
6
docker:
- - image: circleci/node:latest-browsers
7
+ - image: cimg/node:15.0.1-browsers
8
working_directory: ~/meteor-coverage
9
steps:
10
- checkout
0 commit comments