Skip to content

chore(deps-dev): bump @eslint/js from 9.39.2 to 10.0.1 #9

chore(deps-dev): bump @eslint/js from 9.39.2 to 10.0.1

chore(deps-dev): bump @eslint/js from 9.39.2 to 10.0.1 #9

Workflow file for this run

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