mirror of
https://github.com/appwrite/console.git
synced 2026-06-06 19:27:48 +00:00
Merge pull request #281 from appwrite/chore/modify-npm-audit-level
Chore: change npm audit level to low
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user