chore(ci): update audit level to moderate

This commit is contained in:
Clark Du 2020-01-14 21:01:58 +00:00
parent 7d4b1519e8
commit c540fd5ff9
1 changed files with 1 additions and 1 deletions

View File

@ -95,7 +95,7 @@ jobs:
key: ${{ matrix.os }}-node-v${{ matrix.node }}-nuxt-${{ github.sha }}
- name: audit
run: yarn audit
run: yarn audit --level moderate
needs: setup
build: