From 7cf70111a5a00579d46453b682ef33169c7846c5 Mon Sep 17 00:00:00 2001 From: Divyansh Singh <40380293+brc-dd@users.noreply.github.com> Date: Tue, 22 Feb 2022 10:09:06 +0530 Subject: [PATCH] fix: require at least node v14 (#546) --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 6c6e963a7ad..3ce6c87d9bf 100644 --- a/package.json +++ b/package.json @@ -43,7 +43,7 @@ "ci-docs": "run-s build docs-build" }, "engines": { - "node": ">=12.0.0" + "node": ">=14.0.0" }, "gitHooks": { "pre-commit": "lint-staged"