From 0aaaa446fe359610f42fddc06e4b07593e7fc4d7 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 30 Sep 2025 05:24:33 +0000 Subject: [PATCH] chore(deps): update dependency node to v22.20.0 --- .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 f3850bc..afd459c 100644 --- a/.github/actions/prepare/action.yml +++ b/.github/actions/prepare/action.yml @@ -9,7 +9,7 @@ runs: version: 10.17.1 - uses: actions/setup-node@v4.4.0 with: - node-version: '22.19.0' + node-version: '22.20.0' cache: pnpm - run: pnpm install shell: bash