From f01016e1e3089c48fcb67cefc6b1099922cd97f5 Mon Sep 17 00:00:00 2001
From: Jonathan Desrosiers <desrosj@git.wordpress.org>
Date: Wed, 17 Mar 2021 19:44:15 +0000
Subject: [PATCH] Build/Test Tools: Pin NodeJS `14.x` in the `.nvmrc` file for
 the 5.7 branch.

See #52341.

git-svn-id: https://develop.svn.wordpress.org/branches/5.7@50539 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