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

Update Node.js to v21.7.3 #1724

Merged
merged 1 commit into from
Apr 12, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ executors:
jobs:
chromatic-deployment:
docker:
- image: cimg/node:21.7.2
- image: cimg/node:21.7.3
working_directory: ~/chromatic
steps:
- checkout
Expand All @@ -34,7 +34,7 @@ jobs:
build:
working_directory: /home/circleci/dfweb
docker:
- image: cimg/node:21.7.2-browsers
- image: cimg/node:21.7.3-browsers
steps:
- checkout
- restore_cache:
Expand Down