From c923510fb8ccf25331d49fc8c5069155bf7edc5f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 30 Aug 2026 13:10:42 +0000 Subject: [PATCH] chore(deps): update dependency node to v24.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 c18aa964..f8594661 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -13,7 +13,7 @@ jobs: - uses: pnpm/action-setup@v6 - uses: actions/setup-node@v7 with: - node-version: 24.19.0 + node-version: 24.20.0 cache: pnpm - run: pnpm install --frozen-lockfile - run: pnpm lint