From 70f610bd1d362144aaad9f16fe730a3fa4fcb846 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 25 Jun 2026 13:04:11 +0000 Subject: [PATCH] chore(deps): update dependency node to v22.23.1 --- .github/actions/prepare/action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/actions/prepare/action.yml b/.github/actions/prepare/action.yml index 8c0e49e..dc6d090 100644 --- a/.github/actions/prepare/action.yml +++ b/.github/actions/prepare/action.yml @@ -9,7 +9,7 @@ runs: version: 10.33.4 - uses: actions/setup-node@v4.4.0 with: - node-version: '22.22.2' + node-version: '22.23.1' cache: pnpm - run: pnpm install shell: bash