From 9f773205b7e83b0e266506e712266aecaaf7cb33 Mon Sep 17 00:00:00 2001 From: "SecOps[bot]" <136828330+svc-secops@users.noreply.github.com> Date: Tue, 13 Aug 2024 05:05:27 -0400 Subject: [PATCH] chore(deps): update node.js to v22.6.0 (#168) Co-authored-by: renovate[bot] Co-authored-by: Lenz Weber-Tronic --- .circleci/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 09f16fd7..a7608d96 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -6,7 +6,7 @@ orbs: executors: node: docker: - - image: cimg/node:22.5.1 + - image: cimg/node:22.6.0 working_directory: ~/vscode-graphql commands: