Skip to content

Commit b70b6c5

Browse files
authored
Merge branch 'dev' into add-title-to-checklist-and-radioitem
2 parents 782bcb4 + 2094f4a commit b70b6c5

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.circleci/config.yml

+1-2
Original file line numberDiff line numberDiff line change
@@ -540,7 +540,7 @@ jobs:
540540
table-visual-test:
541541
working_directory: ~/dash/components/dash-table
542542
docker:
543-
- image: cimg/node:16.13-browsers
543+
- image: cimg/node:lts-browsers
544544
environment:
545545
PERCY_TOKEN: $PERCY_TOKEN_TABLE
546546

@@ -551,7 +551,6 @@ jobs:
551551
- restore_cache:
552552
key: dep-{{ .Branch }}-{{ checksum "package-lock.json" }}-{{ checksum "package.json" }}
553553
- browser-tools/install-browser-tools:
554-
chrome-version: 120.0.6099.71
555554
install-firefox: false
556555
install-geckodriver: false
557556
- run:

0 commit comments

Comments
 (0)