Skip to content

Commit 68c0c57

Browse files
committed
Back to ci browsers image.
1 parent 653f9ea commit 68c0c57

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.circleci/config.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ jobs:
8989
lint-unit-312: &lint-unit
9090
working_directory: ~/dash
9191
docker:
92-
- image: cimg/python:3.12.1-node
92+
- image: cimg/python:3.12.1-browsers
9393
auth:
9494
username: dashautomation
9595
password: $DASH_PAT_DOCKERHUB
@@ -415,7 +415,7 @@ jobs:
415415
table-server: &table-server
416416
working_directory: ~/dash
417417
docker:
418-
- image: cimg/python:3.12.1-node
418+
- image: cimg/python:3.12.1-browsers
419419
environment:
420420
PYVERSION: python312
421421
PERCY_ENABLE: 1
@@ -469,7 +469,7 @@ jobs:
469469
table-unit-test:
470470
working_directory: ~/dash
471471
docker:
472-
- image: cimg/python:3.12.1-node
472+
- image: cimg/python:3.12.1-browsers
473473
environment:
474474
PYVERSION: python312
475475
PERCY_ENABLE: 0
@@ -516,7 +516,7 @@ jobs:
516516
table-visual-test:
517517
working_directory: ~/dash/components/dash-table
518518
docker:
519-
- image: cimg/node:lts
519+
- image: cimg/node:lts-browsers
520520
environment:
521521
PERCY_TOKEN: $PERCY_TOKEN_TABLE
522522

0 commit comments

Comments
 (0)