Skip to content

Commit

Permalink
reset cache again
Browse files Browse the repository at this point in the history
  • Loading branch information
alikirec committed May 14, 2024
1 parent 044d9d4 commit 2309165
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/actions/setup-node/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,11 @@ runs:
**/node_modules
**/.jest-cache
**/.eslintcache
**/.parcel-cache
**/*.tsbuildinfo
**/lib
**/dist
key: ${{ runner.os }}-yarn-v7-${{ hashFiles('**/package.json', '**/yarn.lock', '**/tsconfig.json') }}
key: ${{ runner.os }}-yarn-v8-${{ hashFiles('**/package.json', '**/yarn.lock', '**/tsconfig.json') }}
restore-keys: |
${{ runner.os }}-yarn-v7-
- name: Install Dependencies
Expand Down

0 comments on commit 2309165

Please sign in to comment.