From 83f87f8729d90c5005f0eecd3eb0ced701ff663d Mon Sep 17 00:00:00 2001 From: Timo Behrendt Date: Tue, 15 Jul 2025 21:11:12 +0200 Subject: [PATCH] add legacy node for cspell --- .gitea/workflows/ci.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.gitea/workflows/ci.yaml b/.gitea/workflows/ci.yaml index 3e10b64..0fe8aed 100644 --- a/.gitea/workflows/ci.yaml +++ b/.gitea/workflows/ci.yaml @@ -14,6 +14,10 @@ jobs: - uses: oven-sh/setup-bun@v2 with: bun-version-file: ".bun-version" + # only required for cspell compatibility until a mature replacement is available + - uses: actions/setup-node@v4 + with: + node-version: 20 - run: bun install --frozen-lockfile - name: Run lint run: bun run check:code