From f4bd634a728fcdbe432c12a4c10e08c702bdc96c Mon Sep 17 00:00:00 2001 From: hannes Date: Thu, 13 May 2021 13:02:43 +0800 Subject: [PATCH] chore!: remove node 10 support (#2596) - https://github.com/conventional-changelog/commitlint/pull/2574 - https://github.com/conventional-changelog/commitlint/pull/2575 - https://github.com/conventional-changelog/commitlint/pull/2582 BREAKING CHANGE: minimum node version is 12 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 1fc2c9f1..75ec1093 100644 --- a/package.json +++ b/package.json @@ -29,7 +29,7 @@ }, "homepage": "https://github.com/conventional-changelog/commitlint#readme", "engines": { - "node": ">=v10" + "node": ">=v12" }, "devDependencies": { "@commitlint/lint": "^12.1.4",