From 6491702ca78cea3d7c72658ee6e6584a56111e0e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 25 Jan 2023 13:22:59 +0000 Subject: [PATCH] chore(deps): update node.js to v19.5 --- .circleci/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 7869cc574..9039e2c3a 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -17,7 +17,7 @@ jobs: build: working_directory: ~/nest docker: - - image: cimg/node:19.3 + - image: cimg/node:19.5 steps: - checkout - run: