From e605400e42c071106e9a1414141ceed8aea6022a Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 2 May 2024 10:46:26 +0000 Subject: [PATCH] chore: update cimg/node docker tag to v22 --- .circleci/config.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index bf39cff6ef..365851618d 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -3,19 +3,19 @@ version: 2.1 executors: node-maintenance: docker: - - image: cimg/node:21.7.3 + - image: cimg/node:22.0.0 auth: username: smarthrinc password: $DOCKER_HUB_ACCESS_TOKEN node-active-lts: docker: - - image: cimg/node:21.7.3 + - image: cimg/node:22.0.0 auth: username: smarthrinc password: $DOCKER_HUB_ACCESS_TOKEN node-active-lts-browsers: docker: - - image: cimg/node:21.7.3-browsers + - image: cimg/node:22.0.0-browsers auth: username: smarthrinc password: $DOCKER_HUB_ACCESS_TOKEN