You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Node check reuses the CLI runtime guard (shouldRejectNodeVersion) instead of a
hardcoded major floor, so the verdict matches what the entrypoint enforces at
startup; the precise 20.19+/22.13+/24+ engines are enforced by npm engine-strict.
- --request-timeout raises a validation error on malformed input instead of
silently defaulting, matching the other commands.
- The --output json test asserts the API key never appears in the JSON path
(distinct from the text renderer already covered).
0 commit comments