From c58a4e2a05100003286c5d163ca187e34eb4c5c0 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 5 Sep 2023 13:29:13 +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 af2e8f5b..3553f6dc 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -17,7 +17,7 @@ jobs: build: working_directory: ~/nest docker: - - image: cimg/node:20.3 + - image: cimg/node:20.6 steps: - checkout - run: @@ -39,7 +39,7 @@ jobs: integration_tests: working_directory: ~/nest docker: - - image: cimg/node:20.3 + - image: cimg/node:20.6 steps: - checkout - *restore-cache