From ea8654b186a2770b7423304bc66e5bd6266374c9 Mon Sep 17 00:00:00 2001 From: cexbrayat Date: Tue, 16 Apr 2024 15:42:33 +0200 Subject: [PATCH] chore: use node v18 on netlify --- netlify.toml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/netlify.toml b/netlify.toml index 8236b1b2f..7abef49db 100644 --- a/netlify.toml +++ b/netlify.toml @@ -5,3 +5,5 @@ [build] publish = "docs/.vitepress/dist" command = "pnpm docs:build" +[build.environment] + NODE_VERSION = "18"