From 89880fff2b6eb13c08fa2a39ae03106f6fd2de64 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 26 Oct 2023 22:26:50 +0000 Subject: [PATCH] chore(deps): update node.js to v21.1 --- .circleci/config.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 3aaf5dd22..4ca80bf29 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -21,7 +21,7 @@ jobs: build: working_directory: ~/nest docker: - - image: cimg/node:21.0 + - image: cimg/node:21.1 steps: - checkout - run: @@ -43,7 +43,7 @@ jobs: unit_tests: working_directory: ~/nest docker: - - image: cimg/node:21.0 + - image: cimg/node:21.1 steps: - checkout - *restore-cache