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 scan
on: [push, pull_request]
jobs:
Run:
runs-on: ubuntu-latest
steps:
- name: Setup Node.js environment
uses: actions/[email protected]
with:
node-version: 20.12.x
- name: Run audit
run: >-
npm audit --audit-level=moderate