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