From 30e8bd1512a7e0a8fd06d249bf2ce7f702df1b75 Mon Sep 17 00:00:00 2001 From: Abhijith Vijayan <34790378+abhijithvijayan@users.noreply.github.com> Date: Sat, 1 Feb 2020 22:15:09 +0530 Subject: [PATCH] feat: drop support for node.js 8 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 89417d0..fd646b8 100644 --- a/package.json +++ b/package.json @@ -7,7 +7,7 @@ "author": "abhijithvijayan <34790378+abhijithvijayan@users.noreply.github.com>", "license": "MIT", "engines": { - "node": ">=8 <=12", + "node": ">=10 <=12", "yarn": ">= 1.0.0" }, "scripts": {