We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 1845a61 + 856905b commit 2094f4aCopy full SHA for 2094f4a
.circleci/config.yml
@@ -540,7 +540,7 @@ jobs:
540
table-visual-test:
541
working_directory: ~/dash/components/dash-table
542
docker:
543
- - image: cimg/node:16.13-browsers
+ - image: cimg/node:lts-browsers
544
environment:
545
PERCY_TOKEN: $PERCY_TOKEN_TABLE
546
@@ -551,7 +551,6 @@ jobs:
551
- restore_cache:
552
key: dep-{{ .Branch }}-{{ checksum "package-lock.json" }}-{{ checksum "package.json" }}
553
- browser-tools/install-browser-tools:
554
- chrome-version: 120.0.6099.71
555
install-firefox: false
556
install-geckodriver: false
557
- run:
0 commit comments