Skip to content

Wes/e2e pipeline

Wes/e2e pipeline #40

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: 20
- name: Run npm audit (app)
run: npm audit --audit-level=high
working-directory: example