fix(core): update

This commit is contained in:
2023-06-23 18:49:56 +02:00
parent 841ba2e14d
commit 0892c87a68
2 changed files with 3 additions and 1 deletions

View File

@ -30,11 +30,13 @@ jobs:
run: |
npmci command npm config set registry https://registry.npmjs.org
npmci command pnpm audit --audit-level=high --prod
continue-on-error: true
- name: Audit development dependencies
run: |
npmci command npm config set registry https://registry.npmjs.org
npmci command pnpm audit --audit-level=high --dev
continue-on-error: true
test:
needs: security