Skip to content

Commit

Permalink
fix: remove npm cache from lint action
Browse files Browse the repository at this point in the history
  • Loading branch information
MellyGray committed Jul 5, 2023
1 parent d49ea80 commit bc6cd6b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ jobs:
- uses: actions/setup-node@v3
with:
node-version: 18
cache: 'npm'

- name: Create .npmrc
run: |
Expand Down

0 comments on commit bc6cd6b

Please sign in to comment.