Skip to content

Wes/get local running #9

Wes/get local running

Wes/get local running #9

name: NPM Audit Example App
on:
pull_request:
schedule:
- cron: "0 0 1 * *" # every month
jobs:
NPM-Audit-Example-App:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
with:
node-version: 16
- name: Run npm audit (app)
run: npm audit --audit-level=high
working-directory: example