Skip to content

Wes/oauth webview

Wes/oauth webview #66

Workflow file for this run

name: NPM Audit SDK
on:
pull_request:
schedule:
- cron: "0 0 1 * *" # every month
jobs:
NPM-Audit-SDK:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
with:
node-version: 20
- name: Run npm audit
run: npm audit --audit-level=high