mirror of
https://github.com/waku-org/js-waku-lab.git
synced 2025-01-15 03:24:26 +00:00
bug: cache resolution
This commit is contained in:
commit
7f3b898f2c
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