From 67826e739556f2cf59582830ae723903e69788a6 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 12 Jul 2022 02:22:03 +0000 Subject: [PATCH] chore(deps): update node.js to v16.16.0 (#259) 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 c148b716..46a8afef 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -30,7 +30,7 @@ parameters: executors: cloudvision-builder: docker: - - image: cimg/node:16.15.1 + - image: cimg/node:16.16.0 jobs: build-and-test: executor: