Skip to content

Commit

Permalink
Explicitly run npm audit before installing
Browse files Browse the repository at this point in the history
  • Loading branch information
bdach committed May 4, 2020
1 parent 7ccad84 commit f1da818
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/continuous-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,9 @@ jobs:
- name: setup node
uses: actions/setup-node@v1

- name: audit dependencies
run: npm audit

- name: install remark
run: npm install

Expand Down

0 comments on commit f1da818

Please sign in to comment.