From fa9dbfc10a4cd816e7b4b6c767822eabbba30d7a Mon Sep 17 00:00:00 2001 From: Ismo Vuorinen Date: Sun, 13 Jul 2025 20:45:50 +0300 Subject: [PATCH] fix: bump node version requirement to v22 stylelint-config-recommended-scss@15.0.0: The engine "node" is incompatible with this module. Expected version ">=22". --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index fc9e7b3..6db2f1d 100644 --- a/package.json +++ b/package.json @@ -11,7 +11,7 @@ "url": "https://github.com/ivuorinen/base-configs-stylelint/issues" }, "engines": { - "node": ">=20" + "node": ">=22" }, "main": "css/index.cjs", "module": "css/index.mjs",