From 8379be119c237fa36016ba14e676412e54274c26 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 22 Jul 2024 14:16:16 -0400 Subject: [PATCH] chore(deps): update cimg/node docker tag to v22.5.1 (#11964) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .circleci/config.yml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 774b52063e5..8c66c387e5d 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -15,7 +15,7 @@ jobs: Lint: docker: - - image: cimg/node:22.4.0 + - image: cimg/node:22.5.1 steps: - checkout - run: npm version @@ -24,7 +24,7 @@ jobs: Formatting: docker: - - image: cimg/node:22.4.0 + - image: cimg/node:22.5.1 steps: - checkout - run: npm ci @@ -32,7 +32,7 @@ jobs: Tests: docker: - - image: cimg/node:22.4.0 + - image: cimg/node:22.5.1 parameters: project: type: string @@ -54,7 +54,7 @@ jobs: BuildTarball: docker: - - image: cimg/node:22.4.0 + - image: cimg/node:22.5.1 steps: - checkout - run: npm run ci:precheck @@ -73,7 +73,7 @@ jobs: react: type: string docker: - - image: cimg/node:22.4.0-browsers + - image: cimg/node:22.5.1-browsers steps: - checkout - attach_workspace: @@ -111,7 +111,7 @@ jobs: externalPackage: type: string docker: - - image: cimg/node:22.4.0 + - image: cimg/node:22.5.1 steps: - checkout - attach_workspace: