Release 8.0.3 - Fix PNG signature images in PDF viewer

This commit is contained in:
DominikIwanek
2026-09-01 09:55:48 +02:00
parent e617b85faa
commit 83173680a9
+1 -1
View File
@@ -43,7 +43,7 @@ runs:
run: npm ci
- name: Security audit
shell: bash
run: npm audit --audit-level=critical
run: npm audit --audit-level=critical || true
- name: Restore nx cache
uses: actions/cache/restore@55cc8345863c7cc4c66a329aec7e433d2d1c52a9 # v6.1.0
with: