From 3e338c56044161382646e7b1ed2b5c18258a0e80 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 5 Mar 2026 14:10:08 +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 affcd5a..6e139c0 100644 --- a/.github/actions/prepare/action.yml +++ b/.github/actions/prepare/action.yml @@ -9,7 +9,7 @@ runs: version: 10.30.3 - uses: actions/setup-node@v4.4.0 with: - node-version: '22.22.0' + node-version: '24.14.0' cache: pnpm - run: pnpm install shell: bash