From 77843f78e1ca6e825f7205af4634b44706e784ef Mon Sep 17 00:00:00 2001 From: Richie Bendall Date: Thu, 4 Feb 2021 15:06:45 +1300 Subject: [PATCH] Use Node.js 14 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 24f77b5b..589b5a3a 100644 --- a/package.json +++ b/package.json @@ -9,7 +9,7 @@ "url": "git@github.com:remy/mit-license.git" }, "engines": { - "node": ">=12" + "node": "14.x" }, "author": "Remy Sharp (http://remysharp.com/)", "scripts": {