Skip to content

[DT-934] Create a banner similar to the Terra Banner on DUOS to inform users that chrome is our preferred browser #4065

[DT-934] Create a banner similar to the Terra Banner on DUOS to inform users that chrome is our preferred browser

[DT-934] Create a banner similar to the Terra Banner on DUOS to inform users that chrome is our preferred browser #4065

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
- name: install dependencies
run: npm ci
- name: npm audit
run: npm audit --omit=dev