Skip to content

Commit

Permalink
Bump to latest node and hugo versions
Browse files Browse the repository at this point in the history
Signed-off-by: David Tesar <[email protected]>
  • Loading branch information
dtzar committed Nov 4, 2023
1 parent c74d92c commit 389e22f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions netlify.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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.111.3"
NODE_VERSION = "20.9.0"
HUGO_VERSION = "0.120.3"

[context.production.environment]
HUGO_BASEURL = "https://kubernetes.io/"
Expand Down

0 comments on commit 389e22f

Please sign in to comment.