From 0a41f72d373f6ca85d8ced1e88e0b0385f01cfe5 Mon Sep 17 00:00:00 2001 From: Trevor Buckner Date: Mon, 11 Oct 2021 12:44:05 -0400 Subject: [PATCH] Update to Node v16 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 6cc5a550b..1958d4a25 100644 --- a/package.json +++ b/package.json @@ -3,7 +3,7 @@ "description": "Create authentic looking D&D homebrews using only markdown", "version": "3.0.2", "engines": { - "node": "14.15.x" + "node": "16.11.x" }, "repository": { "type": "git",