Build/Test Tools: Specify exact node version in package.json.

Enforce it in the tests.

see #35105.

Built from https://develop.svn.wordpress.org/trunk@39478


git-svn-id: http://core.svn.wordpress.org/trunk@39418 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Andrew Nacin 2016-12-04 17:32:16 +00:00
parent 0a31089bf6
commit 0d983eb0ef
3 changed files with 2 additions and 2 deletions

File diff suppressed because one or more lines are too long

View File

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