Update node version to latest LTS
Updated netlify.toml, Node 2.11.0 -> Node 2.17.0pull/47618/head
parent
3eaa4b1ad1
commit
d658d29b1a
|
@ -7,7 +7,7 @@ functions = "functions"
|
|||
command = "git submodule update --init --recursive --depth 1 && make non-production-build && npx -y pagefind --site public"
|
||||
|
||||
[build.environment]
|
||||
NODE_VERSION = "20.11.0"
|
||||
NODE_VERSION = "20.17.0"
|
||||
HUGO_VERSION = "0.121.2"
|
||||
|
||||
[context.production.environment]
|
||||
|
|
Loading…
Reference in New Issue