From 06a4615be28bc34f53ce1d9523995c83106b07e7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Justus=20H=C3=A4m=C3=A4l=C3=A4inen?= Date: Tue, 27 Oct 2020 17:16:16 +0200 Subject: [PATCH] Allow Node 15.x (#20108) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Justus Hämäläinen --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 507465c593..a9feab2a2c 100644 --- a/package.json +++ b/package.json @@ -98,7 +98,7 @@ "yargs": "^15.3.1" }, "devEngines": { - "node": "8.x || 9.x || 10.x || 11.x || 12.x || 13.x || 14.x" + "node": "8.x || 9.x || 10.x || 11.x || 12.x || 13.x || 14.x || 15.x" }, "jest": { "testRegex": "/scripts/jest/dont-run-jest-directly\\.js$"