1 parent 09b33cb commit 871e6bfCopy full SHA for 871e6bf
1 file changed
netlify.toml
@@ -14,9 +14,12 @@
14
publish = "public/"
15
command = "bash netlify_build.sh"
16
17
-# The version of Hugo to use for the Netlify build.
+# 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.
20
[build.environment]
21
HUGO_VERSION = "0.162.1"
22
+ NODE_VERSION = "22"
23
24
#
25
# The following are Netlify redirects for moved docs pages
0 commit comments