From af3310273c9b920681e4c508a5180ed77ddc70f4 Mon Sep 17 00:00:00 2001 From: minikube-bot Date: Sat, 8 Nov 2025 08:06:44 +0000 Subject: [PATCH] site: Update node from 24.11.0 to 20.19.5 --- netlify.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/netlify.toml b/netlify.toml index 6b715aef4e3f..490af72c7df6 100644 --- a/netlify.toml +++ b/netlify.toml @@ -5,7 +5,7 @@ command = "pwd && cd themes/docsy && npm install && git submodule update -f --in [build.environment] # node Active LTS -NODE_VERSION = "24.11.0" +NODE_VERSION = "20.19.5" # https://github.com/gohugoio/hugo/releases HUGO_VERSION = "0.152.2"