Skip to content

chore(tests): Set up structure for tree tests #8770

chore(tests): Set up structure for tree tests

chore(tests): Set up structure for tree tests #8770

Workflow file for this run

name: Audit
on: [push, pull_request]
jobs:
audit:
runs-on: ubuntu-latest
if: (github.event_name == 'push' || github.event.pull_request.head.repo.full_name != github.repository) && !contains(github.event.head_commit.message, '[ci skip]')
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Use Node.js LTS
uses: actions/setup-node@v4
with:
node-version: lts/*
- run: |
npm install -g pnpm@9
pnpm install
- name: Check Vulnerabilities
run: pnpm audit --prod