From bd3d4d888956c91d3aab28f0432647778b194170 Mon Sep 17 00:00:00 2001 From: somrat sorkar Date: Mon, 17 Apr 2023 12:55:23 +0600 Subject: [PATCH] modified netlify settings --- netlify.toml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/netlify.toml b/netlify.toml index 809704f..f50e803 100755 --- a/netlify.toml +++ b/netlify.toml @@ -2,6 +2,9 @@ publish = "dist" command = "yarn build" +[build.environment] +NODE_VERSION = "18" + [[headers]] for = "/*" # This defines which paths this specific [[headers]] block will cover.