mirror of
https://github.com/waku-org/waku-lab.git
synced 2025-03-02 16:30:40 +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