From 54eaa3978816e1f34bb22dcab57ac83c11b55aca Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 11 Dec 2025 21:01:02 +0000 Subject: [PATCH] chore(deps): update dependency node to v24 --- .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 1a33339..21562dd 100644 --- a/.github/actions/prepare/action.yml +++ b/.github/actions/prepare/action.yml @@ -9,7 +9,7 @@ runs: version: 10.25.0 - uses: actions/setup-node@v4.4.0 with: - node-version: '22.21.1' + node-version: '24.12.0' cache: pnpm - run: pnpm install shell: bash