# Turn the engines range in package.json from a warning into a hard stop.
# vitest genuinely does not run on odd-numbered Node releases, so a warning
# that gets scrolled past leads to confusing failures later in the build.
engine-strict=true
