From 1a3f3a2d56d08f3e26b243f286b7b34656aff88b Mon Sep 17 00:00:00 2001 From: minikube-bot Date: Mon, 24 Jun 2024 10:07:32 +0000 Subject: [PATCH] site: Update node from 20.14.0 to 20.15.0 --- netlify.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/netlify.toml b/netlify.toml index ca4e992e851e..6606670652ba 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.14.0" +NODE_VERSION = "20.15.0" HUGO_VERSION = "v0.127.0" [context.production.environment]