Try to force node version

This commit is contained in:
Jordan Eldredge 2020-04-06 22:28:45 -07:00
parent 6c4885d956
commit 67693f277e

View file

@ -16,4 +16,7 @@
from = "https://webamp.net/*"
to = "https://webamp.org/:splat"
status = 301
force = true
force = true
[build.environment]
NODE_VERSION = "10"