Skip to content

Commit 59adfcb

Browse files
chore(deps): update node.js to v24
1 parent ab82006 commit 59adfcb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.circleci/config.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ orbs:
55
jobs:
66
chromatic-deployment:
77
docker:
8-
- image: cimg/node:23.11.1
8+
- image: cimg/node:24.11.0
99
working_directory: ~/chromatic
1010
steps:
1111
- checkout
@@ -29,7 +29,7 @@ jobs:
2929
build:
3030
working_directory: /home/circleci/dfweb
3131
docker:
32-
- image: cimg/node:23.11.1-browsers
32+
- image: cimg/node:24.11.0-browsers
3333
steps:
3434
- checkout
3535
- restore_cache:

0 commit comments

Comments
 (0)