From d5609e27a846f55744ab58ebe5de74e7d471522e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 26 Mar 2026 18:02:18 +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 839870d..b9a1eb1 100644 --- a/.github/actions/prepare/action.yml +++ b/.github/actions/prepare/action.yml @@ -9,7 +9,7 @@ runs: version: 10.33.0 - uses: actions/setup-node@v4.4.0 with: - node-version: '22.22.2' + node-version: '24.14.1' cache: pnpm - run: pnpm install shell: bash