Skip to content

[DUOS-1740-dependabot]: Bump the npm-dependencies group with 4 updates #2920

[DUOS-1740-dependabot]: Bump the npm-dependencies group with 4 updates

[DUOS-1740-dependabot]: Bump the npm-dependencies group with 4 updates #2920

Workflow file for this run

on: [pull_request]
name: npm audit
jobs:
scan:
name: npm audit
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: install dependencies
run: npm ci
- name: npm audit
run: npm audit --omit=dev