From 2f6c697e5fa3e493644a30e89d693cf674f605ee Mon Sep 17 00:00:00 2001 From: prototypa Date: Fri, 25 Aug 2023 13:11:41 -0400 Subject: [PATCH] Update to a version of Node that Astro supports (>=18.14.1) --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index cf0743c..6579b42 100644 --- a/package.json +++ b/package.json @@ -47,6 +47,6 @@ "unpic": "^3.10.0" }, "engines": { - "node": ">=16.12.0" + "node": ">=18.14.1" } }