From 490d2b2bee60ada72a3f1a179cf789fa7a79246a Mon Sep 17 00:00:00 2001 From: Austin Date: Thu, 23 May 2024 13:48:31 -0700 Subject: [PATCH] Update package.json Fixed node version --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 94c3f99..678eee5 100644 --- a/package.json +++ b/package.json @@ -108,7 +108,7 @@ "test": "tad" }, "engines": { - "node": ">=.0.12" + "node": ">=12.0" }, "license": "ISC" }