From 9e4b371f3e3685e376888b80874c3b1dba7534fc Mon Sep 17 00:00:00 2001 From: Romaric Pascal Date: Thu, 31 Oct 2024 09:53:19 +0000 Subject: [PATCH] Update Node version we use to latest LTS This adds the benefit of being able to require ES Modules, which will help as more and more packages are switching to ES Module only Note: I've switched to using a number rather than the LTS name as it's easier to reason about. If I tell you lts/hydrogen or lts/iron, it's one extra step to realise I'm talking about Node 18 and 20 (respectively) --- .nvmrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.nvmrc b/.nvmrc index 9de2256827..8fdd954df9 100644 --- a/.nvmrc +++ b/.nvmrc @@ -1 +1 @@ -lts/iron +22 \ No newline at end of file