From 8a8f140f83382ba063971e257a6232db28557543 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 14 Oct 2022 15:56:38 +0000 Subject: [PATCH] chore(deps): update node.js to v16.18.0 --- .circleci/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 4b6177e5..27eca941 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -6,7 +6,7 @@ orbs: jobs: test: docker: - - image: cimg/node:16.17.0 + - image: cimg/node:16.18.0 working_directory: ~/repo