mirror of
https://github.com/waku-org/js-waku.git
synced 2025-02-09 11:03:59 +00:00
update nwaku image in run-tests script (#1375)
This commit is contained in:
parent
8d0e647966
commit
6e2d1d674a
@ -4,7 +4,7 @@ import { promisify } from "util";
|
||||
const execAsync = promisify(exec);
|
||||
|
||||
const WAKUNODE_IMAGE =
|
||||
process.env.WAKUNODE_IMAGE || "statusteam/nim-waku:v0.16.0";
|
||||
process.env.WAKUNODE_IMAGE || "statusteam/nim-waku:v0.17.0";
|
||||
|
||||
async function main() {
|
||||
try {
|
||||
|
Loading…
x
Reference in New Issue
Block a user