Skip to content

chore(deps): lock file maintenance #2506

chore(deps): lock file maintenance

chore(deps): lock file maintenance #2506

Workflow file for this run

name: Package Audit
on:
push:
branches:
paths:
- package.json
- package-lock.json
- .github/workflows/package-audit.json
workflow_dispatch:
permissions:
contents: read
jobs:
audit-npm:
name: NPM Audit
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
- name: Setup Node.js environment
uses: actions/setup-node@1e60f620b9541d16bece96c5465dc8ee9832be0b # v4.0.3
with:
node-version: lts/*
- name: Run audit
run: npm audit --production