Skip to content

Commit

Permalink
Update npm ci
Browse files Browse the repository at this point in the history
  • Loading branch information
rushi authored Sep 9, 2024
1 parent 5041606 commit 1ac01f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/eslint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
cache-dependency-path: "package-lock.json"

- name: Install Node Dependencies
run: npm ci
run: npm ci --no-fund --quiet --no-audit

- name: Save Code Linting Report to JSON
# This is to show failures in GitHub pull request using the action below
Expand Down

0 comments on commit 1ac01f7

Please sign in to comment.