From c38888e59595f8ef367bd40ca995bccc854312a4 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 3 Mar 2025 12:41:49 +0000 Subject: [PATCH] Update Node.js to v16.20.2 --- .circleci/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 141fc97..475d7b1 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -6,7 +6,7 @@ orbs: jobs: build: docker: - - image: cimg/node:16.14.2 + - image: cimg/node:16.20.2 steps: - checkout - restore_cache: