Skip to content

Commit 60a3308

Browse files
committed
fix: update cache configuration for node setup in CI workflow
1 parent 83b5fd0 commit 60a3308

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/sharing-smart-contracts-ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ jobs:
2929
with:
3030
node-version: ${{ inputs.node-version }}
3131
cache: 'npm'
32+
cache-dependency-path: 'packages/sharing-smart-contract'
3233

3334
- name: Install Dependencies
3435
working-directory: packages/sharing-smart-contract

0 commit comments

Comments
 (0)