🔧 Sets Node runtime to 16.13.2 LTS

This commit is contained in:
Alicia Sykes 2022-02-04 22:42:19 +00:00
parent 051ad842ec
commit e3a39bc4b5
1 changed files with 5 additions and 1 deletions

View File

@ -9,6 +9,10 @@
publish = "dist"
functions = "services/serverless-functions"
# Set the Node runtime to LTS
[context.production]
NODE_VERSION = "16.13.2"
# Site info, used for the 1-Click deploy page
[template.environment]
STATUSKIT_PAGE_TITLE = "Dashy"
@ -43,6 +47,6 @@
[[headers]]
for = "/*"
[headers.values]
# Uncomment to enable Netlify user control. You must have a paid plan.
# Uncomment to enable Netlify user control. Requires premium plan.
# Basic-Auth = "someuser:somepassword anotheruser:anotherpassword"