From ffe9abba5453a28896a288b722640e24c5d35910 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 3 Mar 2025 18:04:55 +0000 Subject: [PATCH] Update Node.js to v14.21.3 --- .circleci/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index f4347c9..47749b9 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -11,7 +11,7 @@ executors: nodejs: working_directory: *workspace_root docker: - - image: cimg/node:14.17.3 + - image: cimg/node:14.21.3 commands: restore_npm_cache: