Build: Fix `npm install` on Apple Silicon
Fixes the issue where `npm install` aborts on Apple Silicon due to Puppeteer not finding appropriate chromium binary. It works correctly with the latest versio of `grunt-contrib-qunit` package. Props afragen, jorbin, SergeyBiryukov. Fixes #52690. Related #52356. Built from https://develop.svn.wordpress.org/trunk@53069 git-svn-id: http://core.svn.wordpress.org/trunk@52658 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
d798e60859
commit
4e622757ea
|
@ -16,7 +16,7 @@
|
|||
*
|
||||
* @global string $wp_version
|
||||
*/
|
||||
$wp_version = '6.0-alpha-53068';
|
||||
$wp_version = '6.0-alpha-53069';
|
||||
|
||||
/**
|
||||
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.
|
||||
|
|
Loading…
Reference in New Issue