Build/Test Tools: Bump the Node.js version for Codespaces.

This bumps the version of Node.js used in GitHub Codespaces from 16 to 20.

Follow up to [57212].

Merges [57667] to the 6.4 branch.

Props itschristiandale, huzaifaalmesbah.
Fixes #60555.
Built from https://develop.svn.wordpress.org/branches/6.4@57672


git-svn-id: http://core.svn.wordpress.org/branches/6.4@57173 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
desrosj 2024-02-20 17:33:13 +00:00
parent 24e96caba1
commit cf6b138b36
1 changed files with 1 additions and 1 deletions

View File

@ -16,7 +16,7 @@
*
* @global string $wp_version
*/
$wp_version = '6.4.4-alpha-57488';
$wp_version = '6.4.4-alpha-57672';
/**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.