From a29e552a33381e5270e88d541a0e7ce69a06ac6b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jo=C3=A3o=20Lobo?= Date: Wed, 11 Sep 2024 11:14:26 +0100 Subject: [PATCH] chore: set a node version supported by netlify --- netlify.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/netlify.toml b/netlify.toml index 7b3d620..106a749 100644 --- a/netlify.toml +++ b/netlify.toml @@ -3,7 +3,7 @@ command = "npm run build" [build.environment] - NODE_VERSION = "22.6.0" + NODE_VERSION = "20.9.0" [[plugins]] package = "@netlify/plugin-nextjs"