Build: Bump the version of node used on Travis to match `package.json` for 5.0.

See [43684].
See #45064.
Built from https://develop.svn.wordpress.org/branches/5.0@43721


git-svn-id: http://core.svn.wordpress.org/branches/5.0@43550 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Sergey Biryukov 2018-10-13 03:50:23 +00:00
parent bab0d57578
commit 8d85630358
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@
*
* @global string $wp_version
*/
$wp_version = '5.0-alpha-43720';
$wp_version = '5.0-alpha-43721';
/**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.