Skip to content

Commit ab88ec5

Browse files
committed
ci: re-enable restoring inexact yarn cache
1 parent 713ea98 commit ab88ec5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
with:
2222
path: ~/.yarn/berry/cache
2323
key: ${{runner.os}}-node${{matrix.node-version}}-yarn-${{hashFiles('**/yarn.lock')}}
24-
# restore-keys: ${{runner.os}}-node${{matrix.node-version}}-yarn-
24+
restore-keys: ${{runner.os}}-node${{matrix.node-version}}-yarn-
2525
- name: Set up Node.js v${{matrix.node-version}}
2626
uses: actions/setup-node@v4
2727
with:

0 commit comments

Comments
 (0)