From 71132e2bb88a7e0bb2256e664cf32ef31946b8a7 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 21 Nov 2022 15:11:10 +0700 Subject: [PATCH] Bump cimg/node Docker tag to v14.21 (#35123) --- .circleci/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index eadf09608b7f6e..82dee66c3f4fd6 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -44,7 +44,7 @@ defaults: &defaults AWS_REGION_ARTIFACTS: eu-central-1 working_directory: /tmp/material-ui docker: - - image: cimg/node:14.20 + - image: cimg/node:14.21 # CircleCI has disabled the cache across forks for security reasons. # Following their official statement, it was a quick solution, they