Skip to content

Commit 7570060

Browse files
committed
fix: add missing cache-dependency-path for npm in CI workflow
1 parent 174e278 commit 7570060

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/core-smart-contract-ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ jobs:
2626
with:
2727
node-version: ${{ inputs.node-version }}
2828
cache: 'npm'
29+
cache-dependency-path: 'packages/smart-contract'
2930

3031
- name: Install dependencies
3132
working-directory: packages/smart-contract

0 commit comments

Comments
 (0)