From 55397482cedfc9b3085a983da54bb2b80afa4046 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Tue, 9 Sep 2025 15:13:25 +0000 Subject: [PATCH] Update dependency node to v22 --- .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 0fe8aed..be3f5d4 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@v4 with: - node-version: 20 + node-version: 22 - run: bun install --frozen-lockfile - name: Run lint run: bun run check:code