ci: audit the dependencies

This commit is contained in:
Zoltan Kochan
2021-04-28 23:06:26 +03:00
parent ab2e0ab3aa
commit cf7fdfcc59
3 changed files with 6 additions and 6 deletions

View File

@@ -37,6 +37,8 @@ jobs:
curl -L https://get.pnpm.io/v6.js | node - add --global pnpm@next npm@7
- name: pnpm install
run: pnpm install
- name: Audit
run: pnpm audit
- name: run tests (main)
if: github.ref == 'refs/heads/main'
run: pnpm run test-main