Skip to content

Commit edda4bb

Browse files
committed
fix(ci): add pnpm lock path for actions/setup-node cache
1 parent 59c788d commit edda4bb

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/compile.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@ jobs:
4444
with:
4545
node-version-file: ".node-version"
4646
cache: 'pnpm'
47+
cache-dpendency-path: 'pnpm-lock.yaml'
4748
- name: Authenticate NPM
4849
uses: DimensionDev/github-token-action@latest
4950
with:

0 commit comments

Comments
 (0)