From bf730202c877977e0d046233c3c98e51ef3877fa Mon Sep 17 00:00:00 2001 From: Daniel Pokorny Date: Mon, 4 Nov 2024 15:29:49 +0100 Subject: [PATCH] set node version for netlify deployment --- netlify.toml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/netlify.toml b/netlify.toml index df9f053..0a184e2 100644 --- a/netlify.toml +++ b/netlify.toml @@ -1,3 +1,6 @@ +[context.production] + environment = { NODE_VERSION = "22.11.0" } + [build] command = "npm run build" publish = "dist"