From f6e265070d3a7191f6a0b1d50d6f4286b672433e Mon Sep 17 00:00:00 2001 From: Jonathan Desrosiers Date: Tue, 17 Nov 2020 19:28:21 +0000 Subject: [PATCH] Build/Test Tools: Update the `package.json` `engines` to point to the new LTS versions of Node/NPM. Props mkaz, jorbin. Fixes #51749. git-svn-id: https://develop.svn.wordpress.org/trunk@49636 602fd350-edb4-49c9-b593-d223f7449a82 --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index d0fe8ad08b..16739c6a98 100644 --- a/package.json +++ b/package.json @@ -7,8 +7,8 @@ "url": "https://develop.svn.wordpress.org/trunk" }, "engines": { - "node": "12.16.0", - "npm": "6.14.0" + "node": "14.15.0", + "npm": "6.14.8" }, "author": "The WordPress Contributors", "license": "GPL-2.0-or-later",