mirror of
https://github.com/wassname/talk.git
synced 2026-07-04 04:45:36 +08:00
feat: added npm audit
This commit is contained in:
@@ -24,6 +24,9 @@ jobs:
|
||||
- run:
|
||||
name: Install dependencies
|
||||
command: npm install
|
||||
- run:
|
||||
name: Audit dependencies
|
||||
command: npm audit
|
||||
- save_cache:
|
||||
key: dependency-cache-{{ checksum "package-lock.json" }}
|
||||
paths:
|
||||
|
||||
Reference in New Issue
Block a user