From 879fd33f5bda56c8debfe298106c62de8267e8c1 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 13 Jul 2024 12:25:57 +0000 Subject: [PATCH] chore(deps): update node.js to v22 --- .circleci/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 1b3a64f..1859ceb 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -5,7 +5,7 @@ version: 2.1 jobs: build_node18: docker: - - image: cimg/node:20.8.0 + - image: cimg/node:22.4.1 steps: - checkout - run: yarn install --immutable --immutable-cache