Skip to content

Commit

Permalink
ci(dependency-review): remove unnecessary npm install step
Browse files Browse the repository at this point in the history
  • Loading branch information
divinetettey committed Jun 12, 2024
1 parent 9af5654 commit 328c505
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/dependency-review.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,6 @@ jobs:
uses: actions/setup-node@v4
with:
node-version: '18.x'
- name: 'Install dependencies'
run: npm install
- name: 'Install depcheck globally'
run: npm install -g depcheck
- name: 'Run depcheck'
Expand Down

0 comments on commit 328c505

Please sign in to comment.