Skip to content
This repository was archived by the owner on Nov 4, 2024. It is now read-only.

Commit a7907e5

Browse files
authored
Merge pull request #1586 from w3bdesign/renovate/cimg-node-21.x
Update Node.js to v21.3.0
2 parents 303d794 + 00668a6 commit a7907e5

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
@@ -15,7 +15,7 @@ jobs:
1515
# 👇 Adds Chromatic as a job
1616
chromatic-deployment:
1717
docker:
18-
- image: cimg/node:21.2.0
18+
- image: cimg/node:21.3.0
1919
working_directory: ~/chromatic
2020
steps:
2121
- checkout
@@ -29,7 +29,7 @@ jobs:
2929
build:
3030
working_directory: /home/circleci/dfweb
3131
docker:
32-
- image: cimg/node:21.2.0-browsers
32+
- image: cimg/node:21.3.0-browsers
3333
steps:
3434
- checkout
3535
- restore_cache:

0 commit comments

Comments
 (0)