From d489ce81ee812fd9cacc2478096a81d22e4bc86f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 20 May 2025 18:38:39 +0000 Subject: [PATCH] [BUMP] Update Node.js to v22.15.1 --- .circleci/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 09fc1a3..1343eeb 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -30,7 +30,7 @@ workflows: jobs: build_and_test: docker: - - image: cimg/node:22.15.0 + - image: cimg/node:22.15.1 - image: postgres:16.8-alpine environment: POSTGRES_HOST_AUTH_METHOD: trust