Skip to content

Commit 9b5b19b

Browse files
committed
Premptively align the Node version requirement for PostCSS 8
This excludes Node.js 11.x and 13.x
1 parent 0a9cdb4 commit 9b5b19b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
"url": "https://github.com/mrjoelkemp/node-dependency-tree/issues"
3535
},
3636
"engines": {
37-
"node": ">=10.13.0"
37+
"node": "^10.13 || ^12 || >=14"
3838
},
3939
"homepage": "https://github.com/mrjoelkemp/node-dependency-tree",
4040
"dependencies": {

0 commit comments

Comments
 (0)