bug: cache resolution

This commit is contained in:
Sasha 2024-01-09 00:18:40 +01:00 committed by GitHub
commit 7f3b898f2c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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