update nwaku image in run-tests script (#1375)

This commit is contained in:
Danish Arora 2023-05-23 16:53:30 +05:30 committed by GitHub
parent 8d0e647966
commit 6e2d1d674a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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 {