Skip to content

Commit 8da60e9

Browse files
committed
Update cache key
1 parent 4e14d1a commit 8da60e9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
- uses: actions/cache@v1
1919
with:
2020
path: ${{ steps.yarn-cache.outputs.dir }}
21-
key: ${{ runner.os }}-yarn-${{ hashFiles('**/yarn.lock') }}
21+
key: ${{ runner.os }}-yarn-v1-${{ hashFiles('**/yarn.lock') }}
2222
restore-keys: |
2323
${{ runner.os }}-yarn-
2424
- name: yarn install

0 commit comments

Comments
 (0)