From 66462882698102aee69fd7ce6979c52b210f9bc4 Mon Sep 17 00:00:00 2001 From: David Tesar Date: Thu, 4 Jan 2024 17:11:47 -0800 Subject: [PATCH] Update hugo and node versions Signed-off-by: David Tesar --- netlify.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/netlify.toml b/netlify.toml index c413ff6237..c3c243dc9b 100644 --- a/netlify.toml +++ b/netlify.toml @@ -7,8 +7,8 @@ functions = "functions" command = "git submodule update --init --recursive --depth 1 && make non-production-build" [build.environment] -NODE_VERSION = "10.20.0" -HUGO_VERSION = "0.120.3" +NODE_VERSION = "20.11.0" +HUGO_VERSION = "0.121.2" [context.production.environment] HUGO_BASEURL = "https://kubernetes.io/"