Skip to content

Commit

Permalink
Build/Test: Prevent using unsupported NPM versions.
Browse files Browse the repository at this point in the history
Using NPM 7+ currently causes a number of issues. In order to improve developer experience, we should prevent a developer from going down the road of using incompatible engines.

See also: WordPress/gutenberg#29204 and WordPress/gutenberg#23600.

Props rcorrales.
Fixes #56547.


Built from https://develop.svn.wordpress.org/trunk@54124
  • Loading branch information
jorbin committed Sep 11, 2022
1 parent 5e569da commit 53d5c3e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion wp-includes/version.php
Expand Up @@ -16,7 +16,7 @@
*
* @global string $wp_version
*/
$wp_version = '6.1-alpha-54123';
$wp_version = '6.1-alpha-54124';

/**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.
Expand Down

0 comments on commit 53d5c3e

Please sign in to comment.