Skip to content

[DT-1250][risk=no] Check for lint in the files that have changed between this PR and the destination branch. #4254

[DT-1250][risk=no] Check for lint in the files that have changed between this PR and the destination branch.

[DT-1250][risk=no] Check for lint in the files that have changed between this PR and the destination branch. #4254

Workflow file for this run

on: [pull_request]
name: npm audit
jobs:
scan:
name: npm audit
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
persist-credentials: false
- uses: actions/setup-node@v4
with:
node-version: '22.11.0'
- name: install dependencies
run: npm ci
- name: npm audit
run: npm audit --omit=dev