* run `npm audit fix`

* run `npm run all`

* 1.5.1

* use v1.5.1
This commit is contained in:
Naoki Oketani
2020-07-14 19:14:55 +09:00
committed by GitHub
parent b0bc596f8e
commit 75b171622a
5 changed files with 747 additions and 56 deletions

View File

@@ -12,7 +12,7 @@ jobs:
- uses: actions/checkout@v2
- name: install dependencies
run: npm ci
- uses: oke-py/npm-audit-action@v1.5.0
- uses: oke-py/npm-audit-action@v1.5.1
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
issue_assignees: oke-py