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:
parent
8cfd634243
commit
4dd299f775
|
@ -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.
|
||||
|
|
Loading…
Reference in New Issue