Skip to content

Commit 708d288

Browse files
authored
Merge pull request #21824 from medyagh/hugonode
site: bump node version for hugo manually
2 parents 4c228db + 84b447f commit 708d288

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

netlify.toml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,10 @@ publish = "site/public/"
44
command = "pwd && cd themes/docsy && npm install && git submodule update -f --init && cd ../.. && hugo"
55

66
[build.environment]
7-
NODE_VERSION = "20.19.5"
8-
HUGO_VERSION = "v0.148.2"
7+
# node Active LTS
8+
NODE_VERSION = "24.11.0"
9+
# https://github.com/gohugoio/hugo/releases
10+
HUGO_VERSION = "0.152.2"
911

1012
[context.production.environment]
1113
HUGO_ENV = "production"

0 commit comments

Comments
 (0)