Skip to content

Commit

Permalink
Update lint.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
nathanshew authored Dec 5, 2024
1 parent 7ca0801 commit 3fd7cde
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,10 @@ jobs:
- name: Checkout code
uses: actions/checkout@v2

- name: Clear Node.js cache
run: |
sudo rm -rf /opt/hostedtoolcache/node
- name: Set up Node.js
uses: actions/setup-node@v2
with:
Expand Down

0 comments on commit 3fd7cde

Please sign in to comment.