From b1fcb30f6b37c94b5293b4ffdbcef2a7d6d34cdf Mon Sep 17 00:00:00 2001 From: Paul Jung Date: Wed, 9 Jul 2025 15:14:17 -0400 Subject: [PATCH 1/3] [MOB-11702] Add .nvmrc config to project --- .nvmrc | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 .nvmrc diff --git a/.nvmrc b/.nvmrc new file mode 100644 index 00000000..277a3ffb --- /dev/null +++ b/.nvmrc @@ -0,0 +1,3 @@ +# Tip: You can setup your shell to auto load the node version specified in the .nvmrc file whenever you switch directories. +# Reference: https://github.com/nvm-sh/nvm?tab=readme-ov-file#calling-nvm-use-automatically-in-a-directory-with-a-nvmrc-file +18.12.0 From 918cf1438983d9ede31747996c7fa95b85ef74df Mon Sep 17 00:00:00 2001 From: Paul Jung Date: Wed, 9 Jul 2025 15:19:09 -0400 Subject: [PATCH 2/3] [MOB-11702] Add newline --- .nvmrc | 1 + 1 file changed, 1 insertion(+) diff --git a/.nvmrc b/.nvmrc index 277a3ffb..1c82e636 100644 --- a/.nvmrc +++ b/.nvmrc @@ -1,3 +1,4 @@ # Tip: You can setup your shell to auto load the node version specified in the .nvmrc file whenever you switch directories. # Reference: https://github.com/nvm-sh/nvm?tab=readme-ov-file#calling-nvm-use-automatically-in-a-directory-with-a-nvmrc-file + 18.12.0 From 02208c695121695a2e92c6136d85b9b05aabbc35 Mon Sep 17 00:00:00 2001 From: Paul Jung Date: Wed, 9 Jul 2025 15:21:28 -0400 Subject: [PATCH 3/3] [MOB-11702] Remove comments --- .nvmrc | 3 --- 1 file changed, 3 deletions(-) diff --git a/.nvmrc b/.nvmrc index 1c82e636..3e558c9b 100644 --- a/.nvmrc +++ b/.nvmrc @@ -1,4 +1 @@ -# Tip: You can setup your shell to auto load the node version specified in the .nvmrc file whenever you switch directories. -# Reference: https://github.com/nvm-sh/nvm?tab=readme-ov-file#calling-nvm-use-automatically-in-a-directory-with-a-nvmrc-file - 18.12.0