Skip to content

build(deps): bump yaml from 2.8.3 to 2.8.4 #198

build(deps): bump yaml from 2.8.3 to 2.8.4

build(deps): bump yaml from 2.8.3 to 2.8.4 #198

Workflow file for this run

name: Security Audit
on:
push:
branches: [main]
pull_request:
branches: [main]
schedule:
- cron: '0 2 * * *'
workflow_dispatch:
jobs:
security:
name: npm audit
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- uses: actions/setup-node@v6
with:
node-version: '20'
cache: npm
- run: npm ci
- name: Run npm audit (production only)
run: npm audit --audit-level=moderate --omit=dev