From 8e14a5e573ab3de61f063ab98a197a9dba561aaf Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 16 Dec 2023 06:37:09 +0000 Subject: [PATCH] chore(deps): update node.js to >=6.17.1 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 744a55468..9b740da75 100644 --- a/package.json +++ b/package.json @@ -8,7 +8,7 @@ "license": "MIT", "packageManager": "yarn@1.22.21", "engines": { - "node": ">=6.9.0" + "node": ">=6.17.1" }, "main": "lib/index.cjs", "module": "lib/index.js",