From 45b050439b3963c150de98be8dbb74190de76ac7 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 16 May 2024 17:11:52 +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 37616f432..9c800f52c 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -21,7 +21,7 @@ jobs: build: working_directory: ~/nest docker: - - image: cimg/node:21.6 + - image: cimg/node:22.2 steps: - checkout - run: @@ -43,7 +43,7 @@ jobs: unit_tests: working_directory: ~/nest docker: - - image: cimg/node:21.6 + - image: cimg/node:22.2 steps: - checkout - *restore-cache