Skip to content

Commit 871e6bf

Browse files
committed
feat(bump): use node 22
Signed-off-by: Christopher Haar <christopher.haar@upbound.io>
1 parent 09b33cb commit 871e6bf

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

netlify.toml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,12 @@
1414
publish = "public/"
1515
command = "bash netlify_build.sh"
1616

17-
# The version of Hugo to use for the Netlify build.
17+
# The versions of Hugo and Node to use for the Netlify build.
18+
# Hugo >= 0.158 runs PostCSS under Node's permission model (node --permission),
19+
# which requires Node >= 22.13.
1820
[build.environment]
1921
HUGO_VERSION = "0.162.1"
22+
NODE_VERSION = "22"
2023

2124
#
2225
# The following are Netlify redirects for moved docs pages

0 commit comments

Comments
 (0)