From 06c6eb29a4a3763ee4f8f9b65fb318a3bea96f7d Mon Sep 17 00:00:00 2001 From: minikube-bot Date: Mon, 26 Aug 2024 10:07:36 +0000 Subject: [PATCH] site: Update node from 20.16.0 to 20.17.0 --- netlify.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/netlify.toml b/netlify.toml index 70a5fb922dbe..33f15c3d18c7 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.16.0" +NODE_VERSION = "20.17.0" HUGO_VERSION = "v0.133.0" [context.production.environment]