From ea3fd990b9f238215345a3469b1152b54edd1cef Mon Sep 17 00:00:00 2001 From: Sindre Sorhus Date: Thu, 7 May 2020 13:34:24 +0800 Subject: [PATCH] Require Node.js 10 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 428dae1..46bf60b 100644 --- a/package.json +++ b/package.json @@ -11,7 +11,7 @@ "url": "https://sindresorhus.com" }, "engines": { - "node": ">=8" + "node": ">=10" }, "scripts": { "test": "xo && ava && tsd"