From aa841f7371714efc520593da55055801c64adef8 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 3 Dec 2024 21:35:22 +0000 Subject: [PATCH] chore(deps): update node.js to v22.12.0 (#3320) 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 9da4474a5..1cafc25d6 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,5 @@ { "volta": { - "node": "22.11.0" + "node": "22.12.0" } }