Skip to content

Commit 7fed4b7

Browse files
committed
ci: add node cache dependency path
1 parent e073cdd commit 7fed4b7

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/workflow.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ jobs:
2828
with:
2929
node-version: 16
3030
cache: 'yarn'
31+
cache-dependency-path: 'tests/js/jest/yarn.lock'
3132

3233
- name: Prepare dependencies
3334
run: |

0 commit comments

Comments
 (0)