From 5c2dc7b6854158bec278eda791fd6f3f7173e15f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 16 Jun 2023 05:08:18 +0000 Subject: [PATCH] chore: update cimg/node docker tag to v20.3.0 --- .circleci/config.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 76b310a616..f85962edf0 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -3,19 +3,19 @@ version: 2.1 executors: node-maintenance: docker: - - image: cimg/node:20.2.0 + - image: cimg/node:20.3.0 auth: username: smarthrinc password: $DOCKER_HUB_ACCESS_TOKEN node-active-lts: docker: - - image: cimg/node:20.2.0 + - image: cimg/node:20.3.0 auth: username: smarthrinc password: $DOCKER_HUB_ACCESS_TOKEN node-active-lts-browsers: docker: - - image: cimg/node:20.2.0-browsers + - image: cimg/node:20.3.0-browsers auth: username: smarthrinc password: $DOCKER_HUB_ACCESS_TOKEN