From 517719dce60ce1b9c57d23214e1cfdeca9ff2047 Mon Sep 17 00:00:00 2001 From: minikube-bot Date: Mon, 19 Feb 2024 10:06:28 +0000 Subject: [PATCH] site: Update node from 20.11.0 to 20.11.1 --- netlify.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/netlify.toml b/netlify.toml index 7a8462660521..c8a1b480c6a7 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.11.0" +NODE_VERSION = "20.11.1" HUGO_VERSION = "v0.122.0" [context.production.environment]