From a819fa4d5ef82e71972865c1701734b42fd3f1fa Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 19 Sep 2023 19:28:43 +0000 Subject: [PATCH] chore(deps): update node.js to v20.7 --- .circleci/config.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 88a726114..e1ea7e9b3 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -21,7 +21,7 @@ jobs: build: working_directory: ~/nest docker: - - image: cimg/node:20.5 + - image: cimg/node:20.7 steps: - checkout - run: @@ -43,7 +43,7 @@ jobs: unit_tests: working_directory: ~/nest docker: - - image: cimg/node:20.5 + - image: cimg/node:20.7 steps: - checkout - *restore-cache