From a083af343afc3dcc6171bb497415a8e7627d8b4c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 20 Jun 2024 15:30:21 +0000 Subject: [PATCH] chore(deps): update node.js to v22 --- .circleci/config.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 913c84968..32931ebe7 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -10,7 +10,7 @@ executors: jobs: chromatic-deployment: docker: - - image: cimg/node:21.7.3 + - image: cimg/node:22.3.0 working_directory: ~/chromatic steps: - checkout @@ -34,7 +34,7 @@ jobs: build: working_directory: /home/circleci/dfweb docker: - - image: cimg/node:21.7.3-browsers + - image: cimg/node:22.3.0-browsers steps: - checkout - restore_cache: