From f4ccb6df2d45c0a5bf5dfab96a152fcc23aea7f2 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Tue, 28 Oct 2025 05:03:22 +0000 Subject: [PATCH] Update dependency node to v24 --- .gitea/workflows/ci.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/ci.yaml b/.gitea/workflows/ci.yaml index e097e7d..ea20034 100644 --- a/.gitea/workflows/ci.yaml +++ b/.gitea/workflows/ci.yaml @@ -17,7 +17,7 @@ jobs: # only required for cspell compatibility until a mature replacement is available - uses: actions/setup-node@v5 with: - node-version: 20 + node-version: 24 - run: bun install --frozen-lockfile - name: Run lint run: bun run check:code -- 2.49.1