mirror of
https://github.com/ivuorinen/base-configs-stylelint.git
synced 2026-02-27 19:53:21 +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"
|
"url": "https://github.com/ivuorinen/base-configs-stylelint/issues"
|
||||||
},
|
},
|
||||||
"engines": {
|
"engines": {
|
||||||
"node": ">=20"
|
"node": ">=22"
|
||||||
},
|
},
|
||||||
"main": "css/index.cjs",
|
"main": "css/index.cjs",
|
||||||
"module": "css/index.mjs",
|
"module": "css/index.mjs",
|
||||||
|
|||||||
Reference in New Issue
Block a user