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:10:10 +01:00
parent bab809496c
commit 12740c5e34

View File

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