Skip to content

Create npm-audit.yml #1

Create npm-audit.yml

Create npm-audit.yml #1

Workflow file for this run

name: NPM Audit
on:
pull_request:
jobs:
audit:
name: Audit packages
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Audit packages
run: npm audit --audit-level moderate
env:
CI: true