From ecd788bea38a5caba14548bbb2ffab20c7e4997f Mon Sep 17 00:00:00 2001 From: Alec Reynolds Date: Thu, 7 Dec 2023 20:07:37 -0800 Subject: [PATCH] Update to node 18 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 9481cbb..cc5d142 100644 --- a/package.json +++ b/package.json @@ -14,7 +14,7 @@ "php" ], "engines": { - "node": ">=16.0.0" + "node": ">=18.0.0" }, "lando": {}, "main": "index.js",