Skip to content

Commit c97716d

Browse files
authored
Fix/node10 support (#2595)
* Revert "fix: update dependency yargs to v17 (#2574)" This reverts commit 81c38dd. * chore: fix revert conflicts * chore: fix revert conflicts
1 parent 7977515 commit c97716d

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": ">=v12"
32+
"node": ">=v10"
3333
},
3434
"devDependencies": {
3535
"@commitlint/lint": "^12.1.3",

0 commit comments

Comments
 (0)