From 839650b3d8ed6c5794c7bf6bb20762a09ea61ff6 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 25 Mar 2024 15:02:46 +0000 Subject: [PATCH] chore(deps): update node.js to v21.7 --- .circleci/config.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index a4338a68..c5eccc68 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -17,7 +17,7 @@ jobs: build: working_directory: ~/nest docker: - - image: cimg/node:21.6 + - image: cimg/node:21.7 steps: - checkout - run: @@ -39,7 +39,7 @@ jobs: integration_tests: working_directory: ~/nest docker: - - image: cimg/node:21.6 + - image: cimg/node:21.7 steps: - checkout - *restore-cache