Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/leonardofaria/bento.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLeonardo Faria <leonardofaria@gmail.com>2020-11-27 05:50:20 +0300
committerLeonardo Faria <leonardofaria@gmail.com>2020-11-27 05:50:20 +0300
commitbd0edb07384eec9beb7b939138340afc3ff25bbe (patch)
tree56fa7e59b572203ca62aafab618c6ccef961b56b
parent57a0cb3bdffd1baace69cc758c8064c5ea10ee11 (diff)
Pin Node version in Netlify configupdate-dependencies
-rw-r--r--netlify.toml1
1 files changed, 1 insertions, 0 deletions
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"