Skip to content

Commit

Permalink
Merge pull request #99 from w3bdesign/renovate/cimg-node-22.x
Browse files Browse the repository at this point in the history
Update Node.js to v22.3.0
  • Loading branch information
w3bdesign authored Jun 21, 2024
2 parents d64bacb + d638b78 commit 1a690ae
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ executors:
jobs:
chromatic-deployment:
docker:
- image: cimg/node:22.2.0
- image: cimg/node:22.3.0
working_directory: ~/chromatic
steps:
- checkout
Expand All @@ -35,7 +35,7 @@ jobs:
build:
working_directory: /home/circleci/dfweb
docker:
- image: cimg/node:22.2.0-browsers
- image: cimg/node:22.3.0-browsers
steps:
- checkout
- restore_cache:
Expand Down

0 comments on commit 1a690ae

Please sign in to comment.