Skip to content

chore(deps-dev): bump eslint-plugin-jest from 28.14.0 to 29.15.0 #4

chore(deps-dev): bump eslint-plugin-jest from 28.14.0 to 29.15.0

chore(deps-dev): bump eslint-plugin-jest from 28.14.0 to 29.15.0 #4

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