Merge pull request #281 from appwrite/chore/modify-npm-audit-level

Chore: change npm audit level to low
This commit is contained in:
Torsten Dittmann
2023-02-10 13:49:42 +01:00
committed by GitHub
+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