Skip to content

Bump the npm-deps group across 1 directory with 3 updates #543

Bump the npm-deps group across 1 directory with 3 updates

Bump the npm-deps group across 1 directory with 3 updates #543

Workflow file for this run

---
name: Audit
"on":
push:
branches:
- trunk
pull_request:
branches:
- trunk
schedule:
- cron: "0 0 * * TUE"
jobs:
js:
name: Audit JS Dependencies
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/[email protected]
- name: Install Nodejs toolchain
run: npm ci
- name: npm audit
run: npm audit