Skip to content

npm audit fix

npm audit fix #1470

Workflow file for this run

name: npm audit fix
on:
schedule:
- cron: 0 0 * * * # Runs at 00:00 UTC every day
jobs:
run:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: ybiquitous/npm-audit-fix-action@v6
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
branch: "npm-audit-fix"
default_branch: "master"
commit_title: "chore(deps): npm audit fix"