CI Perf Lint

prefer-nextjs-14-minor-performance-milestone

What it flags

Flags workflows that visibly run next build when the repository depends on Next.js 14.0 or 14.1.

The rule recommends 14.2.x because that is the main 14.x CI/build milestone.

Why it matters

Next.js 14.2 explicitly targets several build-facing areas:

Those changes map directly to common CI issues: builds that get slow or unstable under memory pressure, CSS processing that consumes too much time, and production build cache behavior that affects repeated CI runs.

Current heuristic

The rule requires both:

It does not flag Next.js 14.2 or newer.

When to ignore it

Ignore this finding when:

Suggested verification

Sources