diff --git a/package.json b/package.json index 0e0105eb0..fe44f1c11 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"