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"