Skip to content

Commit

Permalink
fix: update cache key path for validation script
Browse files Browse the repository at this point in the history
  • Loading branch information
chimpdev committed Oct 23, 2024
1 parent 546310c commit f3896c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/client-validate-locale-files.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
with:
node-version: 20
cache-path: .github/scripts/node_modules
cache-key: "${{hashFiles('.github/pnpm-lock.yaml')}}"
cache-key: "${{hashFiles('.github/scripts/pnpm-lock.yaml')}}"
project: .github/scripts

- name: Run validation script
Expand Down

0 comments on commit f3896c9

Please sign in to comment.