chore: remove security audit step from CI (#744)

The npm audit check was failing due to vulnerabilities in transitive
dependencies (e.g. wrangler), blocking unrelated PRs.

Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
Dayuan Jiang
2026-03-21 00:46:04 +09:00
committed by GitHub
parent 43cc4cb657
commit 9bf0c7f23f

View File

@@ -40,5 +40,3 @@ jobs:
- name: Build
run: npm run build
- name: Security audit
run: npm audit --audit-level=high --omit=dev