From acaf7c796c29e76b80634ee18ebb52087838fd9c Mon Sep 17 00:00:00 2001 From: ehmicky Date: Tue, 25 Jun 2019 10:00:00 +0200 Subject: [PATCH] Update `engines` field in `package.json` --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 0e0105eb0f..fe44f1c113 100644 --- a/package.json +++ b/package.json @@ -10,7 +10,7 @@ "url": "sindresorhus.com" }, "engines": { - "node": ">=8" + "node": "^8.12.0 || ^9.7.0 || >=10" }, "scripts": { "test": "xo && nyc ava && tsd"