From 6fcb46ea707aafb4bf1197fa8996299ebba66d54 Mon Sep 17 00:00:00 2001 From: Jordan Eldredge Date: Sun, 27 Feb 2022 17:25:40 -0800 Subject: [PATCH] Try again with node env --- netlify.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/netlify.toml b/netlify.toml index 2fc90278..f0977e54 100644 --- a/netlify.toml +++ b/netlify.toml @@ -28,6 +28,6 @@ ID = "be420a16-4ef3-43b1-ac62-35869bdf8679" to = "/index.html" status = 200 -[[environment]] - NODE_VERSION = "17.3.0" +[[context.production]] + environment = { NODE_VERSION = "17.3.0" }