From 6ea3b3e0a8eb91a807f8ad1b1364a42a9494460e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 10 Aug 2024 04:59:39 +0000 Subject: [PATCH] chore(deps): update cimg/node docker tag to v22.6.0 --- .circleci/config.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index e34ea056..5cbc3f91 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -9,7 +9,7 @@ jobs: lint: description: Checks the code formatting docker: - - image: cimg/node:22.1.0 + - image: cimg/node:22.6.0 environment: # we don't need Cypress to check code style CYPRESS_INSTALL_BINARY: '0' @@ -71,7 +71,7 @@ jobs: publish: description: Publishes the new version of the plugin to NPM docker: - - image: cimg/node:22.1.0 + - image: cimg/node:22.6.0 environment: # we don't need Cypress to do the release CYPRESS_INSTALL_BINARY: '0'