We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 713ea98 commit ab88ec5Copy full SHA for ab88ec5
.github/workflows/ci.yml
@@ -21,7 +21,7 @@ jobs:
21
with:
22
path: ~/.yarn/berry/cache
23
key: ${{runner.os}}-node${{matrix.node-version}}-yarn-${{hashFiles('**/yarn.lock')}}
24
- # restore-keys: ${{runner.os}}-node${{matrix.node-version}}-yarn-
+ restore-keys: ${{runner.os}}-node${{matrix.node-version}}-yarn-
25
- name: Set up Node.js v${{matrix.node-version}}
26
uses: actions/setup-node@v4
27
0 commit comments