From cb1d48db4b0b9f35be2f2a894e0e19dcf07b320b Mon Sep 17 00:00:00 2001 From: IrosTheBeggar Date: Mon, 31 Jan 2022 10:45:13 -0500 Subject: [PATCH] bump min version --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index a00e7d9..9bd0e2a 100644 --- a/package.json +++ b/package.json @@ -7,7 +7,7 @@ "mstream": "cli-boot-wrapper.js" }, "engines": { - "node": ">=8.0.0" + "node": ">=10.16.0" }, "scripts": { "start": "node cli-boot-wrapper.js",