From 8cc6d77bf3c940dfaa83fc4e05e5740272f6da98 Mon Sep 17 00:00:00 2001 From: Steven Powell Date: Thu, 10 Nov 2022 15:51:42 -0500 Subject: [PATCH] set node version --- netlify.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/netlify.toml b/netlify.toml index 934e54929d..cb662e169f 100644 --- a/netlify.toml +++ b/netlify.toml @@ -4,6 +4,7 @@ publish = "site/public/" command = "pwd && cd themes/docsy && npm install && git submodule update -f --init && cd ../.. && hugo" [build.environment] +NODE_VERSION = "14.21.1" HUGO_VERSION = "0.105.0" [context.production.environment]