From 5254a7232c6dfa6ba26fbee0f77eb7ec5e37ee56 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