From a3a13fd107a73acb316025f5032afb2246085192 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 22 Jun 2023 04:30:21 +0000 Subject: [PATCH] chore: update cimg/node docker tag to v20.3.1 --- .circleci/config.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 76b310a616..1fd680b0a4 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.1 auth: username: smarthrinc password: $DOCKER_HUB_ACCESS_TOKEN node-active-lts: docker: - - image: cimg/node:20.2.0 + - image: cimg/node:20.3.1 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.1-browsers auth: username: smarthrinc password: $DOCKER_HUB_ACCESS_TOKEN