CI Perf Lint

prefer-nextjs-13-minor-performance-milestone

What it flags

Flags workflows that visibly run next build when the repository depends on Next.js 13.0, 13.1, or 13.2.

The rule recommends 13.3.x as the generic 13.x CI/build target. It intentionally does not recommend 13.4.x for every repository because 13.4 is more about App Router and Server Components stabilization than a broad build-performance milestone.

Why it matters

Next.js 13.x had several CI-relevant minor releases.

For repositories below 13.3, upgrading to 13.3.x is a narrower minor-version step than jumping major versions and avoids pushing 13.4 unless App Router stability is the actual reason.

Current heuristic

The rule requires both:

It does not flag Next.js 13.3 or newer.

When to ignore it

Ignore this finding when:

Suggested verification

Sources