Update hugo and node versions

Signed-off-by: David Tesar <david.tesar@microsoft.com>
This commit is contained in:
David Tesar 2024-01-04 17:11:47 -08:00
parent 5dc3c14946
commit 6646288269
No known key found for this signature in database
GPG Key ID: C5152B96BB11A65C
1 changed files with 2 additions and 2 deletions

View File

@ -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/"