Skip to content

Commit

Permalink
fix: Move make install step after node setup tp fix npm failures (#222)
Browse files Browse the repository at this point in the history
* Move make install step after node setup tp fix npm failures

* adding package-lock.json
  • Loading branch information
AsabuHere authored Apr 12, 2023
1 parent fd098c4 commit 1a37412
Show file tree
Hide file tree
Showing 2 changed files with 5,525 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cli-core-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
Loading

0 comments on commit 1a37412

Please sign in to comment.