mirror of
https://github.com/WordPress/WordPress.git
synced 2025-02-02 05:31:25 +01:00
Build/Test Tools: Specify NodeJS version 14.x
in the .nvmrc
file.
As of 2021-10-26, the LTS version of NodeJS is now `16.x`. This pins the `14.x` version in the `.nvmrc` file to ensure contributors are able to contribute without issue until compatibility with version `16.x` can be confirmed in both `trunk` and the Gutenberg repository on GitHub. Fixes #54502. Built from https://develop.svn.wordpress.org/trunk@52240 git-svn-id: http://core.svn.wordpress.org/trunk@51832 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
c66d278da5
commit
63a5bda86a
@ -16,7 +16,7 @@
|
||||
*
|
||||
* @global string $wp_version
|
||||
*/
|
||||
$wp_version = '5.9-alpha-52239';
|
||||
$wp_version = '5.9-alpha-52240';
|
||||
|
||||
/**
|
||||
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.
|
||||
|
Loading…
Reference in New Issue
Block a user