Skip to content

Commit

Permalink
Force cache update
Browse files Browse the repository at this point in the history
  • Loading branch information
ericboucher committed Feb 19, 2025
1 parent 612eee2 commit 21130c2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/frontend.yml
Original file line number Diff line number Diff line change
Expand Up @@ -98,9 +98,9 @@ jobs:
**/node_modules
**/.eslintcache
${{ steps.yarn-cache-dir-path.outputs.dir }}
key: ${{ runner.os }}-yarn-2025-2-${{ hashFiles('**/frontend/yarn.lock') }}-${{ hashFiles('**/common/yarn.lock') }}
key: ${{ runner.os }}-yarn-2025-3-${{ hashFiles('**/frontend/yarn.lock') }}-${{ hashFiles('**/common/yarn.lock') }}
restore-keys: |
${{ runner.os }}-yarn-2025-2
${{ runner.os }}-yarn-2025-3
- name: Install dependencies if needed.
if: steps.yarn-cache.outputs.cache-hit != 'true'
Expand Down

0 comments on commit 21130c2

Please # to comment.