Merge pull request #44640 from dtzar/updatehugonode

Update hugo and node versions
pull/45110/head
Kubernetes Prow Robot 2024-02-12 11:45:28 -08:00 committed by GitHub
commit a75dd33c21
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
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/"