From 0c79cf41c92269abc4571e72c9b9aaf2b47adeb9 Mon Sep 17 00:00:00 2001 From: Austin Burdine Date: Fri, 9 Oct 2020 09:46:51 -0400 Subject: [PATCH] fix(node): bump minimum supported node to 14.13 - this is technically the most recent minor version --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 52263b514..f4868154e 100644 --- a/package.json +++ b/package.json @@ -42,7 +42,7 @@ ] }, "engines": { - "node": "^10.13.0 || ^12.10.0 || ^14.11.0" + "node": "^10.13.0 || ^12.10.0 || ^14.13.0" }, "preferGlobal": true, "dependencies": {