Skip to content

Merge pull request #49 from artichoke/dependabot/npm_and_yarn/npm-dep… #290

Merge pull request #49 from artichoke/dependabot/npm_and_yarn/npm-dep…

Merge pull request #49 from artichoke/dependabot/npm_and_yarn/npm-dep… #290

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/checkout@v4.1.7
- name: Install Nodejs toolchain
run: npm ci
- name: npm audit
run: npm audit