mirror of
https://github.com/logos-messaging/lab.waku.org.git
synced 2026-01-05 23:33:11 +00:00
fix cache resolution
This commit is contained in:
parent
ae2ded0cce
commit
a62d9aaff9
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
@ -30,7 +30,7 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
node-version: "18"
|
node-version: "18"
|
||||||
cache: "npm"
|
cache: "npm"
|
||||||
cache-dependency-path: "*/package-lock.json"
|
cache-dependency-path: "**/package-lock.json"
|
||||||
|
|
||||||
- name: install
|
- name: install
|
||||||
run: npm install
|
run: npm install
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user