Skip to content

Commit

Permalink
fix: Swapping make install step to run after node setup in npm audit …
Browse files Browse the repository at this point in the history
…job (twilio#520)
  • Loading branch information
AsabuHere authored Apr 3, 2023
1 parent 4a1cf95 commit 0ed7d26
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cli-audit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,12 @@ jobs:
uses: actions/checkout@v2
with:
fetch-depth: 0
- run: make install
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v2
with:
node-version: ${{ matrix.node-version }}
cache: 'npm'
- run: make install
- name: Run audit check
run: npm audit --audit-level=moderate --production
# minimum vulnerability level that will cause the command to fail
Expand Down

0 comments on commit 0ed7d26

Please sign in to comment.