Build/Test Tools: Fix tests after [50186].
This removes a test assertion defending against version ranges in the `node` value in `package.json` files. This is now supported. Props peterwilsoncc. Merges [50192] to the 5.6 branch. See #52341. Built from https://develop.svn.wordpress.org/branches/5.6@50193 git-svn-id: http://core.svn.wordpress.org/branches/5.6@49871 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
8554914aef
commit
4ae31d77a1
|
@ -13,7 +13,7 @@
|
|||
*
|
||||
* @global string $wp_version
|
||||
*/
|
||||
$wp_version = '5.6.2-alpha-50187';
|
||||
$wp_version = '5.6.2-alpha-50193';
|
||||
|
||||
/**
|
||||
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.
|
||||
|
|
Loading…
Reference in New Issue