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
This commit is contained in:
Jonathan Desrosiers 2020-11-17 19:28:21 +00:00
parent ee3585ac1e
commit f6e265070d

View File

@ -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",