From bd0edb07384eec9beb7b939138340afc3ff25bbe Mon Sep 17 00:00:00 2001 From: Leonardo Faria Date: Thu, 26 Nov 2020 18:50:20 -0800 Subject: Pin Node version in Netlify config --- netlify.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/netlify.toml b/netlify.toml index 242f1de..4ee4b2d 100644 --- a/netlify.toml +++ b/netlify.toml @@ -4,6 +4,7 @@ [build.environment] HUGO_VERSION = "0.73.0" + NODE_VERSION = "12.16.2" [context.deploy-preview] command = "cd .. && mv repo bento && cd bento && HUGO_BASEURL=$DEPLOY_PRIME_URL yarn build:example && cp -r exampleSite/public ../repo" -- cgit v1.2.3