From c8990a70fc2bb5c242680cdcc12cb80679f86d0c Mon Sep 17 00:00:00 2001 From: Angular Robot Date: Fri, 29 Aug 2025 13:10:30 +0000 Subject: [PATCH] build: update cimg/node docker tag to v22.19.0 See associated pull request for more information. --- .circleci/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 5f3de5ddf9..3481802594 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -9,7 +9,7 @@ jobs: type: enum enum: ['package.json', 'builds-repo'] docker: - - image: cimg/node:22.15.0 + - image: cimg/node:22.19.0 environment: # TODO: Remove when pnpm is exclusively used. ASPECT_RULES_JS_FROZEN_PNPM_LOCK: '1'