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