From 3a4e48afffa56f76efb98f48ad3e07a92731748e Mon Sep 17 00:00:00 2001 From: Kirill Groshkov Date: Tue, 3 May 2022 18:54:50 +0200 Subject: [PATCH] fix: lower the required node version to ^16.10 (#1) (#3495) Fixes #3494 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 52c5f08da4..42aaad7d64 100644 --- a/package.json +++ b/package.json @@ -144,6 +144,6 @@ ] }, "engines": { - "node": "^12.13.0 || ^14.15.0 || ^16.13.0 || >=17.0.0" + "node": "^12.13.0 || ^14.15.0 || ^16.10.0 || >=17.0.0" } }