From 119f5a78494f09f6af6de6f4b0525600a04316b4 Mon Sep 17 00:00:00 2001 From: Oleksander Piskun Date: Tue, 2 Dec 2025 09:36:57 +0200 Subject: [PATCH] chore(node): bump minimal version from 20 to 22 Signed-off-by: Oleksander Piskun --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index b4551611..dfeba7a3 100644 --- a/package.json +++ b/package.json @@ -67,7 +67,7 @@ "stylelint-webpack-plugin": "^5.0.1" }, "engines": { - "node": "^20.0.0", + "node": "^22.0.0", "npm": "^10.0.0" } }