Skip to content

Commit 6bb57d7

Browse files
Fix npm audit severity level to use 'moderate' instead of 'medium'
Co-authored-by: maor-rozenfeld <49363375+maor-rozenfeld@users.noreply.github.com>
1 parent 59c3a64 commit 6bb57d7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
key: node-modules-cache-${{ hashFiles('package-lock.json', '.npmrc') }}
4040
fail-on-cache-miss: true
4141
- name: Run npm audit
42-
run: npm audit --audit-level=medium
42+
run: npm audit --audit-level=moderate
4343
lint:
4444
name: Lint
4545
needs: install

0 commit comments

Comments
 (0)