From 649b0724ba9558e4a69fd690051dfec94861065b Mon Sep 17 00:00:00 2001 From: Sergey Biryukov Date: Sun, 31 May 2020 09:17:35 +0000 Subject: [PATCH] Build/Test Tools: Switch to Node 12.16.0 (LTS) and npm 6.14.0. See #49768. git-svn-id: https://develop.svn.wordpress.org/trunk@47872 602fd350-edb4-49c9-b593-d223f7449a82 --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index fe1a23a44c..b5d501e302 100644 --- a/package.json +++ b/package.json @@ -7,8 +7,8 @@ "url": "https://develop.svn.wordpress.org/trunk" }, "engines": { - "node": "10.13.0", - "npm": "6.1.0" + "node": "12.16.0", + "npm": "6.14.0" }, "author": "The WordPress Contributors", "license": "GPL-2.0-or-later",