From 75f8f75cbb6f755af8f89cfb1696cd00cb090c48 Mon Sep 17 00:00:00 2001 From: Jordan Eldredge Date: Tue, 20 Apr 2021 21:35:11 -0700 Subject: [PATCH] [Netlify] Use a version of Node that's compatible with Discord.js --- 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"