From b18ef7a5d799f04b4f4ff2f461eab2711c1c2d1a Mon Sep 17 00:00:00 2001 From: Ayo Date: Sun, 1 Oct 2023 09:01:18 +0200 Subject: [PATCH] chore: add supported engine only 18 and above --- package.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/package.json b/package.json index 1771100..1ab8288 100644 --- a/package.json +++ b/package.json @@ -5,6 +5,9 @@ "type": "git", "url": "https://github.com/ayoayco/cozy" }, + "engines": { + "node": ">=18.0.0" + }, "homepage": "https://cozy-reader.netlify.app", "scripts": { "start": "astro dev",