Netlify config: set Node.js version (#227)

This commit is contained in:
Patrice Chalin 2020-05-16 03:37:36 -04:00 committed by GitHub
parent 4c458658f5
commit 6f4ae77ad6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -4,6 +4,7 @@ command = "make production-build"
[build.environment]
HUGO_VERSION = "0.70.0"
NODE_VERSION = "12"
[context.deploy-preview]
command = "make preview-build"