mirror of
https://github.com/logos-messaging/lab.waku.org.git
synced 2026-08-24 23:41:09 +00:00
fix cache resolution
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user