From c186e7f168b77a534b56b5b02c146a3646915705 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 13 Nov 2023 14:53:16 +0000 Subject: [PATCH] chore(deps): update node.js to >=12.22.12 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 7709601..18a375b 100644 --- a/package.json +++ b/package.json @@ -7,7 +7,7 @@ "author": "JounQin ", "license": "MIT", "engines": { - "node": ">=v12.22.11" + "node": ">=12.22.12" }, "main": "./lib.index.js", "module": "./lib/index.es2015.mjs",