From 3d5940a349a9f4a298681a206a490568146fc3c8 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 28 Mar 2026 05:13:15 +0000 Subject: [PATCH] chore(deps): update dependency node to v20.20.2 --- .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 36b5edf90..61934a948 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -20,7 +20,7 @@ jobs: - name: Install Node.js uses: actions/setup-node@v4 with: - node-version: 20.19.6 + node-version: 20.20.2 - uses: pnpm/action-setup@v4 name: Install pnpm