From f0c665aafc2913c9b00a2c6be0499ff0ac640b52 Mon Sep 17 00:00:00 2001 From: Jonathan Desrosiers Date: Mon, 27 Jun 2022 19:34:38 +0000 Subject: [PATCH] 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. Merges [52240] to the 5.8 branch. Fixes #54502. git-svn-id: https://develop.svn.wordpress.org/branches/5.8@53583 602fd350-edb4-49c9-b593-d223f7449a82 --- .nvmrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.nvmrc b/.nvmrc index b009dfb9d9..8351c19397 100644 --- a/.nvmrc +++ b/.nvmrc @@ -1 +1 @@ -lts/* +14