Update node version to latest LTS

Updated netlify.toml, Node 2.11.0 -> Node 2.17.0
pull/47618/head
Matteo Bianchi 2024-08-21 22:36:23 +02:00 committed by GitHub
parent 3eaa4b1ad1
commit d658d29b1a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -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]