We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e073cdd commit 7fed4b7Copy full SHA for 7fed4b7
1 file changed
.github/workflows/workflow.yaml
@@ -28,6 +28,7 @@ jobs:
28
with:
29
node-version: 16
30
cache: 'yarn'
31
+ cache-dependency-path: 'tests/js/jest/yarn.lock'
32
33
- name: Prepare dependencies
34
run: |
0 commit comments