fix cache resolution

This commit is contained in:
Sasha 2024-01-09 00:15:24 +01:00
parent ae2ded0cce
commit a62d9aaff9
No known key found for this signature in database
1 changed files with 1 additions and 1 deletions

View File

@ -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