Skip to content

Commit 328c505

Browse files
committed
ci(dependency-review): remove unnecessary npm install step
1 parent 9af5654 commit 328c505

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

.github/workflows/dependency-review.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,6 @@ jobs:
2323
uses: actions/setup-node@v4
2424
with:
2525
node-version: '18.x'
26-
- name: 'Install dependencies'
27-
run: npm install
2826
- name: 'Install depcheck globally'
2927
run: npm install -g depcheck
3028
- name: 'Run depcheck'

0 commit comments

Comments
 (0)