From 0ddca9671152add6a6fd521d358f80feb3c6375b Mon Sep 17 00:00:00 2001 From: minikube-bot Date: Mon, 27 Jan 2025 10:07:36 +0000 Subject: [PATCH] site: Update node from 20.18.1 to 20.18.2 --- netlify.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/netlify.toml b/netlify.toml index 3415fcb987..753f0051bf 100644 --- a/netlify.toml +++ b/netlify.toml @@ -4,7 +4,7 @@ publish = "site/public/" command = "pwd && cd themes/docsy && npm install && git submodule update -f --init && cd ../.. && hugo" [build.environment] -NODE_VERSION = "20.18.1" +NODE_VERSION = "20.18.2" HUGO_VERSION = "v0.141.0" [context.production.environment]