Skip to content

Commit

Permalink
clean cache
Browse files Browse the repository at this point in the history
  • Loading branch information
SamratSahoo committed Nov 14, 2024
1 parent 72ccc1b commit c92d090
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/mobile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,10 @@ jobs:
uses: actions/setup-node@v1
with:
node-version: 18.x

- name: Clear Yarn Cache
run: yarn cache clean
working-directory: ${{ env.working-directory }}

- name: Install dependencies
run: yarn
Expand Down

0 comments on commit c92d090

Please sign in to comment.