Update .gitea/workflows/npm-audit.yaml
Some checks failed
npm audit / npm audit (push) Failing after 6s

This commit is contained in:
2026-01-20 10:09:01 +01:00
parent cba2c724aa
commit bab809496c

View File

@@ -23,7 +23,7 @@ jobs:
node-version: 20
- name: install dependencies
run: npm ci
- uses: nna/npm-audit-action@v3
- uses: nna/npm-audit-action
with:
audit_level: moderate
github_token: ${{ secrets.GITHUB_TOKEN }}