Skip to content

Commit

Permalink
ci: add flags to dep installing
Browse files Browse the repository at this point in the history
  • Loading branch information
nobkd committed Apr 28, 2023
1 parent d87d666 commit aaa5eed
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
cache: 'npm'

- name: Install Deps
run: npm ci --progress=false
run: npm ci --ignore-scripts --no-audit --progress=false

- name: Check Formatting
run: npm run format
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
cache: 'npm'

- name: Install Deps
run: npm ci --progress=false
run: npm ci --ignore-scripts --no-audit --progress=false

- name: Update version
run: |
Expand Down

0 comments on commit aaa5eed

Please sign in to comment.