Skip to content

chore(deps): bump the npm_and_yarn group across 6 directories with 5 updates #13

chore(deps): bump the npm_and_yarn group across 6 directories with 5 updates

chore(deps): bump the npm_and_yarn group across 6 directories with 5 updates #13

Workflow file for this run

name: Env Audit
on:
pull_request:
push:
branches: [staging, production]
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
env:
CI: true
jobs:
env-audit:
name: env:audit:check
runs-on: ubuntu-latest
timeout-minutes: 10
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 2
- name: Setup Bun
uses: oven-sh/setup-bun@v2
with:
bun-version: latest
- name: Install dependencies
run: bun install --frozen-lockfile
- name: Env audit check
run: bun run env:audit:check