From 3a1fbd3ad648f923e903c13b555caf12181eb02f Mon Sep 17 00:00:00 2001 From: Gareth Bowen Date: Thu, 1 Feb 2024 09:34:29 +0100 Subject: [PATCH] fix: document node 20 and nvm 10 --- config.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config.toml b/config.toml index 853986a24..4fb974799 100644 --- a/config.toml +++ b/config.toml @@ -91,8 +91,8 @@ time_format_blog = "02.01.2006" [params] copyright = "CHT" privacy_policy = "https://docs.google.com/document/d/1MaI1rgYMNyCZF2eEjBuvnBDoCYHDKlx4k_N5pkDiWu8/edit?usp=sharing" -nodeVersion = "16" -npmVersion = "8" +nodeVersion = "20" +npmVersion = "10" # Custom shortcodes and partial will error on broken references unless set to "WARNING" linkErrorLevel = "ERROR"