Issue #3571806
Extracted npm audit from the CLI Test job into a dedicated CI job.
Changes New npm audit job:
Runs in validate stage Audits all monorepo dependencies Triggers on any package.json or package-lock.json changes Allows failure to avoid blocking pipeline Updated CLI Test job:
Removed npm audit command Removed allow_failure configuration Now focuses solely on CLI testing and building
AI Assisted Code
Closes #3571806