From 7e0c80375b7ca0582f76bacd9b4bf9911503e7a1 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 12 Jan 2025 01:22:11 +0000 Subject: [PATCH] chore(deps): update node.js to v22.13.0 --- .circleci/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 665bfd3..6166918 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -5,7 +5,7 @@ version: 2.1 jobs: build_node18: docker: - - image: cimg/node:22.5.1 + - image: cimg/node:22.13.0 steps: - checkout - run: yarn install --immutable --immutable-cache