Skip to content

Commit ac6e4e2

Browse files
refactor: do not force the use of node 20, it is only mandatory in stylelint 17 (#379)
1 parent 27d4787 commit ac6e4e2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,6 +104,6 @@
104104
"webpack": "^5.0.0"
105105
},
106106
"engines": {
107-
"node": ">= 20.19.0"
107+
"node": ">= 18.12.0"
108108
}
109109
}

0 commit comments

Comments
 (0)