Skip to content

Commit f4bd634

Browse files
authored
chore!: remove node 10 support (#2596)
- conventional-changelog/commitlint#2574 - conventional-changelog/commitlint#2575 - conventional-changelog/commitlint#2582 BREAKING CHANGE: minimum node version is 12
1 parent 333afae commit f4bd634

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
},
3030
"homepage": "https://github.com/conventional-changelog/commitlint#readme",
3131
"engines": {
32-
"node": ">=v10"
32+
"node": ">=v12"
3333
},
3434
"devDependencies": {
3535
"@commitlint/lint": "^12.1.4",

0 commit comments

Comments
 (0)