From 32f57400bfd6425cd86d4abc575f906d9ead5021 Mon Sep 17 00:00:00 2001 From: Mathew Wicks <5735406+thesuperzapper@users.noreply.github.com> Date: Thu, 5 Sep 2024 17:20:10 -0700 Subject: [PATCH] Update `v0.2-branch` Hugo (fix deploy) (#3864) Signed-off-by: Mathew Wicks <5735406+thesuperzapper@users.noreply.github.com> --- netlify.toml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/netlify.toml b/netlify.toml index b0f27987c6..cc79307bed 100644 --- a/netlify.toml +++ b/netlify.toml @@ -3,9 +3,9 @@ command = "hugo" [context.deploy-preview.environment] - HUGO_VERSION = "0.40" - NODE_VERSION = "8" + HUGO_VERSION = "0.81.0" + NODE_VERSION = "10" [context.production.environment] - HUGO_VERSION = "0.40" - NODE_VERSION = "8" + HUGO_VERSION = "0.81.0" + NODE_VERSION = "10"