From 8467380784c9ab660aaef4655f5f90cf1999ada0 Mon Sep 17 00:00:00 2001 From: Uzhanin Egor <74734213+Gearonix@users.noreply.github.com> Date: Thu, 3 Aug 2023 20:22:08 +0300 Subject: [PATCH] fix(ci): updated node.js allowed engine to 16.x --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index afc086a1..8b0f2a7b 100644 --- a/package.json +++ b/package.json @@ -4,7 +4,7 @@ "license": "MIT", "packageManager": "yarn@3.6.0", "engines": { - "node": ">=18.0.0", + "node": ">=16.0.0", "yarn": ">=3.2.0", "npm": "please-use-yarn" },