From 26d217ba993d153c8c800541e461653c70a8ff3f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 25 Sep 2025 05:35:41 +0000 Subject: [PATCH] chore: update dependency node to v22.20.0 --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 2ba425ce..2909ba83 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -74,7 +74,7 @@ jobs: - name: Install Node.js uses: actions/setup-node@v5 with: - node-version: 22.19.0 + node-version: 22.20.0 - uses: pnpm/action-setup@v3 name: Install pnpm