Skip to content

Commit

Permalink
ci: re-enable restoring inexact yarn cache
Browse files Browse the repository at this point in the history
  • Loading branch information
djcsdy committed Sep 11, 2024
1 parent 713ea98 commit ab88ec5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
with:
path: ~/.yarn/berry/cache
key: ${{runner.os}}-node${{matrix.node-version}}-yarn-${{hashFiles('**/yarn.lock')}}
# restore-keys: ${{runner.os}}-node${{matrix.node-version}}-yarn-
restore-keys: ${{runner.os}}-node${{matrix.node-version}}-yarn-
- name: Set up Node.js v${{matrix.node-version}}
uses: actions/setup-node@v4
with:
Expand Down

0 comments on commit ab88ec5

Please sign in to comment.