From d848b1204eef56fcc050e01594d0870caf4f2d65 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 11 Aug 2023 01:34:55 +0000 Subject: [PATCH] chore(deps): update node.js to v16.20.2 (#275) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .circleci/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 69839c58..9ada9602 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -30,7 +30,7 @@ parameters: executors: cloudvision-builder: docker: - - image: cimg/node:16.20.1 + - image: cimg/node:16.20.2 jobs: build-and-test: executor: