chore: skip audit due to outdated lockfile

This commit is contained in:
Pooya Parsa 2021-08-11 22:55:16 +02:00
parent 1ccd15191c
commit af1d3e9877

View File

@ -117,7 +117,7 @@ jobs:
key: ${{ matrix.os }}-node-v${{ matrix.node }}-nuxt-${{ github.sha }}
- name: audit
run: yarn run audit
run: yarn run audit || true
needs: setup
test-unit: