From e9c712f056f3fa2ea46154414a8b70fd19b332b7 Mon Sep 17 00:00:00 2001 From: "@beer" <47961062+iiio2@users.noreply.github.com> Date: Tue, 18 Feb 2025 18:29:12 +0600 Subject: [PATCH] chore: bump node version on netlify (#3170) --- netlify.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/netlify.toml b/netlify.toml index a650d377..20836081 100644 --- a/netlify.toml +++ b/netlify.toml @@ -1,5 +1,5 @@ [build.environment] - NODE_VERSION = "20" + NODE_VERSION = "22" [build] publish = ".vitepress/dist"