Skip to content

Commit b57b879

Browse files
fix: fixing npm vulnerabilities
1 parent b60e33d commit b57b879

2 files changed

Lines changed: 82 additions & 1 deletion

File tree

.github/workflows/audit.yml

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
name: NPM Audit
2+
3+
on:
4+
pull_request:
5+
6+
jobs:
7+
NPM-Audit:
8+
runs-on: ubuntu-latest
9+
10+
steps:
11+
- uses: actions/checkout@v2
12+
- uses: actions/setup-node@v2
13+
with:
14+
node-version: "lts/*"
15+
16+
- name: Run npm audit
17+
run: npm audit --audit-level=high

package-lock.json

Lines changed: 65 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)