Skip to content

(build) Add yarn npm audit workflow #6

(build) Add yarn npm audit workflow

(build) Add yarn npm audit workflow #6

Workflow file for this run

name: yarn npm audit
on: [pull_request]
jobs:
yarn-npm-audit:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 20
- run: yarn install --immutable
- name: Run yarn npm audit
run: yarn npm audit