Skip to content

Commit 954d8ed

Browse files
committed
upgrade hugo and nodejs versions
1 parent b609aa8 commit 954d8ed

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

config.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ enableRobotsTXT = false
99
[module]
1010
[module.hugoVersion]
1111
extended = true
12-
min = "0.145.0"
12+
min = "0.150.1"
1313

1414
[sitemap]
1515
changefreq = "daily"

netlify.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,10 @@
33
command = "hugo --gc --minify"
44

55
[build.environment]
6-
HUGO_VERSION = "0.145.0"
6+
HUGO_VERSION = "0.150.1"
77
HUGO_ENV = "production"
88
HUGO_ENABLEGITINFO = "true"
9-
NODE_VERSION = "20"
9+
NODE_VERSION = "22"
1010

1111
[context.deploy-preview]
1212
command = "hugo --gc --minify --buildFuture -b $DEPLOY_PRIME_URL"

0 commit comments

Comments
 (0)