From f107f80e2782c9be006842041014ee027b230dd9 Mon Sep 17 00:00:00 2001 From: Kenta Kozuka Date: Thu, 27 Jun 2024 11:26:09 +0000 Subject: [PATCH] fix: specify node version Signed-off-by: Kenta Kozuka --- package.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index d8f41fc..b7f3ff6 100644 --- a/package.json +++ b/package.json @@ -13,9 +13,6 @@ "write-translations": "docusaurus write-translations", "write-heading-ids": "docusaurus write-heading-ids" }, - "engines": { - "node": ">=18" - }, "dependencies": { "@cmfcmf/docusaurus-search-local": "^1.2.0", "@docusaurus/core": "^3.0.0", @@ -41,5 +38,8 @@ "last 1 firefox version", "last 1 safari version" ] + }, + "engines": { + "node": ">=18.18" } }