From 644f10969e08f2e9d0dd9cc6fff97a589df9432e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 4 Jan 2024 14:51:00 +0000 Subject: [PATCH] chore(deps): update node.js to >=18.19.0 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 2222f48a..88aafd33 100644 --- a/package.json +++ b/package.json @@ -9,7 +9,7 @@ "license": "MIT", "packageManager": "yarn@4.0.2", "engines": { - "node": ">=18.0.0" + "node": ">=18.19.0" }, "main": "./lib/index.cjs", "module": "./lib/index.js",