From 982f22cfa948280be2fb9cab838952e62ff2dc96 Mon Sep 17 00:00:00 2001 From: Priyansh Garg Date: Sun, 10 Nov 2024 19:18:56 +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 173dbc5..e438022 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.7.0', + NIGHTWATCH_VERSION = '3.8.1', BASE_URL = 'https://nightwatchjs.org', MD_DOCS_FOLDER = './docs', API_DOCS_FOLDER = resolve('../nightwatch/lib/api'),