From 0b476b8d0fab413977979578460b3c9dd6862beb Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 15 Sep 2023 12:06:08 +0200 Subject: [PATCH] chore(deps): update cimg/node docker tag to v20.6.1 (#11204) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .circleci/config.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 9152a4ad4b2..4743a55f95e 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -12,7 +12,7 @@ jobs: Lint: docker: - - image: cimg/node:20.5.1 + - image: cimg/node:20.6.1 steps: - checkout - run: npm version @@ -21,7 +21,7 @@ jobs: Formatting: docker: - - image: cimg/node:20.5.1 + - image: cimg/node:20.6.1 steps: - checkout - run: npm ci @@ -29,7 +29,7 @@ jobs: Tests: docker: - - image: cimg/node:20.5.1 + - image: cimg/node:20.6.1 steps: - checkout - run: npm run ci:precheck @@ -47,7 +47,7 @@ jobs: BuildTarball: docker: - - image: cimg/node:20.5.1 + - image: cimg/node:20.6.1 steps: - checkout - run: npm run ci:precheck @@ -64,7 +64,7 @@ jobs: framework: type: string docker: - - image: cimg/node:20.5.1 + - image: cimg/node:20.6.1 steps: - checkout - attach_workspace: