From 9871e656f0bb7ca745d31c67eb4618085af5e829 Mon Sep 17 00:00:00 2001 From: Priyansh Garg Date: Tue, 30 Jul 2024 19:08:44 +0530 Subject: [PATCH] Update postdoc.config.js --- postdoc.config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/postdoc.config.js b/postdoc.config.js index 9f8a005..173dbc5 100644 --- a/postdoc.config.js +++ b/postdoc.config.js @@ -2,7 +2,7 @@ import {env} from 'node:process'; import {sep, join, basename, resolve, extname} from 'node:path'; const { - NIGHTWATCH_VERSION = '3.6.3', + NIGHTWATCH_VERSION = '3.7.0', BASE_URL = 'https://nightwatchjs.org', MD_DOCS_FOLDER = './docs', API_DOCS_FOLDER = resolve('../nightwatch/lib/api'),