From c1c2e3631e122fa22314e964360d436e07ce5ef6 Mon Sep 17 00:00:00 2001 From: cexbrayat Date: Tue, 12 May 2026 16:46:47 +0200 Subject: [PATCH] chore: update Netlify Node version --- netlify.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/netlify.toml b/netlify.toml index b329afb9d..5646afca1 100644 --- a/netlify.toml +++ b/netlify.toml @@ -6,6 +6,6 @@ to = "/" publish = "docs/.vitepress/dist" command = "pnpm docs:build" [build.environment] -NODE_VERSION = "18" +NODE_VERSION = "22" # Useful until https://github.com/nodejs/corepack/issues/612 is fixed COREPACK_INTEGRITY_KEYS = "0"