Skip to content

Commit

Permalink
Update code-review.yml: clear npm cache
Browse files Browse the repository at this point in the history
  • Loading branch information
abder authored Oct 23, 2024
1 parent 3ba3346 commit 2b42602
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/code-review.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,9 @@ jobs:
with:
node-version: '18'

- name: Clear npm cache
run: npm cache clean --force

- name: Install Dependencies
run: npm ci

Expand Down

0 comments on commit 2b42602

Please sign in to comment.