From f031bd3bed5375745e502e21c6f0d50e5ff557d3 Mon Sep 17 00:00:00 2001 From: Jordan Eldredge Date: Tue, 20 Apr 2021 21:46:23 -0700 Subject: [PATCH] [Netlify] Use a version of Node that's compatible with Discord.js (#1084) --- netlify.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/netlify.toml b/netlify.toml index 88cafe06..51a9111b 100644 --- a/netlify.toml +++ b/netlify.toml @@ -32,4 +32,4 @@ force = true [build.environment] - NODE_VERSION = "10" + NODE_VERSION = "12"