Add npm install for OWASP Dependency-Check compatibility

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
Serreau Jovann
2026-03-21 13:38:15 +01:00
parent 93d8cb3b0f
commit ddc49e49a7

View File

@@ -81,7 +81,9 @@ jobs:
run: vendor/bin/php-cs-fixer fix --dry-run --diff
- name: Install JS dependencies
run: bun install
run: |
bun install
npm install
- name: ESLint report
run: bunx eslint assets/ --ext .js,.ts -f json -o eslint-report.json || true