From 7a9ae34a3ace0cd4ac92377cd94786e8864a99fe Mon Sep 17 00:00:00 2001 From: Divyansh Singh <40380293+brc-dd@users.noreply.github.com> Date: Thu, 27 Feb 2025 09:08:41 +0530 Subject: [PATCH] chore: build docs on node 22 --- netlify.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/netlify.toml b/netlify.toml index ac16ca29..0f6f6ed5 100644 --- a/netlify.toml +++ b/netlify.toml @@ -1,5 +1,5 @@ [build.environment] - NODE_VERSION = "20" + NODE_VERSION = "22" PLAYWRIGHT_SKIP_BROWSER_DOWNLOAD = "1" [build]