We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0beecfb commit b97a423Copy full SHA for b97a423
1 file changed
.github/workflows/build-assets.yml
@@ -28,3 +28,6 @@ jobs:
28
29
- name: Build assets
30
run: npm run build
31
+
32
+ - name: Audit dependencies
33
+ run: npm audit --audit-level=critical
0 commit comments