From 516add53de1ca836c706ca17fdd838e6912f85b8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Damian=20G=C5=82owala?= <48835293+DamianGlowala@users.noreply.github.com> Date: Mon, 8 May 2023 15:23:17 +0200 Subject: [PATCH] fix(deps): relax upper node version constraint Inspired by https://github.com/nuxt/nuxt/pull/20472 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 56155f5e5..9f3f54dcc 100755 --- a/package.json +++ b/package.json @@ -48,6 +48,6 @@ "ipx": "1.0.0" }, "engines": { - "node": "^14.16.0 || ^16.11.0 || ^17.0.0 || ^18.0.0 || ^19.0.0" + "node": "^14.16.0 || >=16.11.0" } }