From cc22ebde5b884e9154d7a00432b79a0a9c4e0046 Mon Sep 17 00:00:00 2001 From: Monty Taylor Date: Wed, 25 Sep 2024 12:03:34 -0700 Subject: [PATCH] Bump nvmrc to match Docker builds The docker builds install node v20, but the nvmrc file lists v16. The docs also indicate that 18 or 20 are required. Align nvmrc with the version in the docker builds. --- .nvmrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.nvmrc b/.nvmrc index b6a7d89c6..209e3ef4b 100644 --- a/.nvmrc +++ b/.nvmrc @@ -1 +1 @@ -16 +20