Build/Test Tools: Specify a version range within `engines` for `node` and `npm`.

This makes it more clear what versions of `node` and `npm` will successfully build WordPress.

Props dd32, mkaz.
Merges [50185] to the 5.6 branch.
Fixes #52455. See #51749.
Built from https://develop.svn.wordpress.org/branches/5.6@50186


git-svn-id: http://core.svn.wordpress.org/branches/5.6@49864 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
desrosj 2021-02-05 02:50:58 +00:00
parent 8cfd634243
commit 4dd299f775
1 changed files with 1 additions and 1 deletions

View File

@ -13,7 +13,7 @@
*
* @global string $wp_version
*/
$wp_version = '5.6.2-alpha-50184';
$wp_version = '5.6.2-alpha-50186';
/**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.