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:
desrosj 2021-02-05 03:40:02 +00:00
parent 8554914aef
commit 4ae31d77a1
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-50187';
$wp_version = '5.6.2-alpha-50193';
/**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.