From 0b15c0c136c3b2869aa6b1c824488315b65edd78 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 29 Apr 2024 14:44:16 -0400 Subject: [PATCH] chore(deps): update node.js to v22 (#827) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .circleci/config.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index b1d73be7..2bfb0f87 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -9,7 +9,7 @@ jobs: lint: description: Checks the code formatting docker: - - image: cimg/node:21.7.3 + - image: cimg/node:22.0.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:21.7.3 + - image: cimg/node:22.0.0 environment: # we don't need Cypress to do the release CYPRESS_INSTALL_BINARY: '0'