From a2d431f2dd1a9eafc92227965912a1b6fb30f4aa Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 8 Dec 2024 04:37:33 +0000 Subject: [PATCH] chore(deps): update node.js to >=22.12.0 (#54) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 32a81c1..49501e4 100644 --- a/package.json +++ b/package.json @@ -22,6 +22,6 @@ "uvu": "^0.5.6" }, "engines": { - "node": ">=22.11.0" + "node": ">=22.12.0" } }