Skip to content
This repository was archived by the owner on Oct 7, 2024. It is now read-only.
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Add step to clear cache
  • Loading branch information
gantunesr committed May 17, 2023
commit 0da6e065fbd53c827d7df4d7d7417a31ba2bc518
7 changes: 7 additions & 0 deletions .github/workflows/build-lint-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,13 @@ on:
workflow_call:

jobs:
clear_cache:
name: Clear cache
uses: actions/cache@v2
with:
path: ~/.npm
key: ${{ runner.os }}-node-${{ hashFiles('**/package-lock.json') }}

prepare:
name: Prepare
runs-on: ubuntu-latest
Expand Down