bug: cache resolution
This commit is contained in:
commit
7f3b898f2c
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue