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.
1 parent ab82006 commit 59adfcbCopy full SHA for 59adfcb
.circleci/config.yml
@@ -5,7 +5,7 @@ orbs:
5
jobs:
6
chromatic-deployment:
7
docker:
8
- - image: cimg/node:23.11.1
+ - image: cimg/node:24.11.0
9
working_directory: ~/chromatic
10
steps:
11
- checkout
@@ -29,7 +29,7 @@ jobs:
29
build:
30
working_directory: /home/circleci/dfweb
31
32
- - image: cimg/node:23.11.1-browsers
+ - image: cimg/node:24.11.0-browsers
33
34
35
- restore_cache:
0 commit comments