From fdf996521e747130211543faff2d019f6494a634 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 24 Apr 2025 18:03:57 +0000 Subject: [PATCH] chore(deps): update dependency node to v22 --- .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 7170776..ed3ae50 100644 --- a/.github/actions/prepare/action.yml +++ b/.github/actions/prepare/action.yml @@ -9,7 +9,7 @@ runs: version: 10 - uses: actions/setup-node@v4.4.0 with: - node-version: '20.19.1' + node-version: '22.15.0' cache: pnpm - run: pnpm install shell: bash