From e7c5a37d88860268810f7cd417f6dd4643976a4d Mon Sep 17 00:00:00 2001 From: Waren Gonzaga Date: Fri, 31 May 2024 16:46:14 +0800 Subject: [PATCH] =?UTF-8?q?=E2=98=95=20chore:=20update=20node.js=20version?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- package.json | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index 9bf0041..7012c9c 100644 --- a/package.json +++ b/package.json @@ -16,5 +16,8 @@ "bugs": { "url": "https://github.com/warengonzaga/thirdweb-art-engine/issues" }, - "homepage": "https://github.com/warengonzaga/thirdweb-art-engine#readme" + "homepage": "https://github.com/warengonzaga/thirdweb-art-engine#readme", + "engines": { + "node": ">=20.14.0" + } }