From d2ef120089b46a92702cedfd06139f92ce2ca1bf Mon Sep 17 00:00:00 2001 From: Nick Reiley Date: Tue, 28 Apr 2020 19:57:45 +0500 Subject: [PATCH] Allow Node 14.x (#18755) --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index b9c5697c3a..a4292aa39c 100644 --- a/package.json +++ b/package.json @@ -93,7 +93,7 @@ "webpack": "^4.41.2" }, "devEngines": { - "node": "8.x || 9.x || 10.x || 11.x || 12.x || 13.x" + "node": "8.x || 9.x || 10.x || 11.x || 12.x || 13.x || 14.x" }, "jest": { "testRegex": "/scripts/jest/dont-run-jest-directly\\.js$"