From 785350a0894afa42f54fd2ddd36434486cf2e0bf Mon Sep 17 00:00:00 2001 From: David Cook Date: Fri, 3 Feb 2023 16:17:23 +1100 Subject: [PATCH] Bump Node to v14.21.2 Currently our CI and servers do not respect this setting, only dev environments that have a Node version manager do. I checked a few prod servers, and they use this version already so now I'm making it official. But we should aim to upgrade further, the current version is v19. WARNING: node-v14.21.2-darwin-x64 is in LTS Maintenance mode and nearing its end of life. It only receives *critical* security updates, *critical* bug fixes and documentation updates. --- .node-version | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.node-version b/.node-version index 6b17d228d3..261767ca41 100644 --- a/.node-version +++ b/.node-version @@ -1 +1 @@ -14.16.1 +14.21.2