Bundled Themes: Use Node.js 16.x in themes with a build process.

This results in a new `package-lock.json` file being generated that uses `lockfileVersion` 2.x.

There are no changes to built files as a result of this update.

Follow up to [56378], [56387], [56442].

Props mikestraw, whyisjake, jivygraphics.
Fixes #59187. See #56658.
Built from https://develop.svn.wordpress.org/trunk@56531


git-svn-id: http://core.svn.wordpress.org/trunk@56043 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
desrosj
2023-09-06 23:44:20 +00:00
parent 2653e93e09
commit 9fae0aac37
4 changed files with 30043 additions and 90 deletions

View File

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