mirror of
https://github.com/ivuorinen/base-configs-stylelint.git
synced 2026-01-26 11:13:59 +00:00
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".
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user