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