From 6dd8ccff9046f576ef377bb78b845cf49a01a0a1 Mon Sep 17 00:00:00 2001 From: Trevor Buckner Date: Tue, 19 Sep 2023 14:10:28 -0400 Subject: [PATCH] Raise Node version --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 7001ceeb8..4f5f77251 100644 --- a/package.json +++ b/package.json @@ -3,7 +3,7 @@ "description": "Create authentic looking D&D homebrews using only markdown", "version": "3.9.2", "engines": { - "node": ">=18.16.x" + "node": ">=20.7.x" }, "repository": { "type": "git",