chore: inspect npm audit findings

This commit is contained in:
pavlov346346-source 2026-09-11 07:47:06 +03:00
parent fccea79255
commit 4a1e835f54

18
.github/workflows/npm-audit-v1774.yml vendored Normal file
View File

@ -0,0 +1,18 @@
name: Caterium NPM Audit
on:
push:
branches: ["audit/npm-high-v1774"]
permissions:
contents: read
jobs:
audit:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 22
- run: npm ci
- name: NPM audit details
shell: bash
run: npm audit --omit=optional || true