Skip to content

Commit

Permalink
add cache-dependency-path
Browse files Browse the repository at this point in the history
  • Loading branch information
jiajames committed Aug 16, 2023
1 parent cd1ee4b commit 01c2594
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/js-lint-build-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
node-version: 16
registry-url: https://registry.npmjs.org
cache: "npm"
working-directory: ./v4-client-js
cache-dependency-path: '**/package-lock.json'

- name: Install
run: npm ci
Expand Down

0 comments on commit 01c2594

Please sign in to comment.