Skip to content

Commit

Permalink
bug: cache resolution
Browse files Browse the repository at this point in the history
  • Loading branch information
weboko authored Jan 8, 2024
2 parents ae2ded0 + a62d9aa commit 7f3b898
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
with:
node-version: "18"
cache: "npm"
cache-dependency-path: "*/package-lock.json"
cache-dependency-path: "**/package-lock.json"

- name: install
run: npm install
Expand Down

0 comments on commit 7f3b898

Please sign in to comment.