chore: change npm audit level to low

This commit is contained in:
tglide
2023-02-10 12:32:18 +00:00
parent 7788371ac4
commit be9ada0888
+1 -1
View File
@@ -19,7 +19,7 @@ jobs:
with:
node-version: 16
- name: Audit dependencies
run: npm audit --audit-level high
run: npm audit --audit-level low
- name: Install dependencies
run: npm ci
- name: Build Console