From 44457a05301fd51b70df07b7e1ad81b04aae81fc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Chopin?= Date: Wed, 17 May 2023 12:46:41 +0200 Subject: [PATCH] chore: fix node engine version (#176) Co-authored-by: Benjamin Canac --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index d828a968..8c215ddb 100644 --- a/package.json +++ b/package.json @@ -15,7 +15,7 @@ "dist" ], "engines": { - "node": ">=18 <19" + "node": ">=16.14.0" }, "scripts": { "build": "nuxt-module-build",