From bf6b144611b577f393fc05838dbc3409163b8af3 Mon Sep 17 00:00:00 2001 From: John Dillick Date: Mon, 13 Feb 2023 21:57:37 -0500 Subject: [PATCH] Bump engine to 18.x --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index e836cd9..f39972a 100644 --- a/package.json +++ b/package.json @@ -30,8 +30,8 @@ "author": "Cam Tullos (http://cam.tullos.ninja) and John Dillick ", "license": "MIT", "engines": { - "node": "14.x", - "npm": "6.x" + "node": "18.x", + "npm": "9.x" }, "repository": { "type": "git",