ci: use locked dependencies and fail on high audit findings

This commit is contained in:
pavlov346346-source 2026-09-11 07:49:24 +03:00
parent 821e4a0391
commit 6e8bc1c369

View File

@ -13,7 +13,8 @@ jobs:
- uses: actions/setup-node@v4 - uses: actions/setup-node@v4
with: with:
node-version: 22 node-version: 22
- run: npm install - run: npm ci
- run: npm audit --audit-level=high
- run: npm run check:deploy - run: npm run check:deploy
- run: npx playwright install --with-deps chromium - run: npx playwright install --with-deps chromium
- run: npm run test:e2e - run: npm run test:e2e