From 97f1cc322b7cb88724a2efa13706a5b094b09336 Mon Sep 17 00:00:00 2001 From: Stivenjs Date: Wed, 21 May 2025 14:31:18 -0500 Subject: [PATCH] chore(nvm): update .nvmrc to specify Node.js version 22 This commit modifies the .nvmrc file to set the Node.js version to 22, ensuring consistency in the development environment across the project. --- .nvmrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.nvmrc b/.nvmrc index f665b002..2bd5a0a9 100644 --- a/.nvmrc +++ b/.nvmrc @@ -1 +1 @@ -corepack disable +22