Skip to content

Commit

Permalink
fix: clear npm cache
Browse files Browse the repository at this point in the history
  • Loading branch information
Firgrep committed Nov 28, 2024
1 parent fd922d1 commit 3deb890
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/verify_formatting.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,9 @@ jobs:
uses: actions/setup-node@v4
with:
node-version: 20

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

- name: Get Prettier version from package-lock.json
run: |
Expand Down

0 comments on commit 3deb890

Please sign in to comment.