From: Eduardo San Martin Morote Date: Mon, 22 Sep 2025 14:30:43 +0000 (+0200) Subject: chore: up node X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=407b7820b94f7081a420a937caf9a41590c0a8be;p=thirdparty%2Fvuejs%2Frouter.git chore: up node --- diff --git a/netlify.toml b/netlify.toml index 798623f0..90615023 100644 --- a/netlify.toml +++ b/netlify.toml @@ -1,6 +1,6 @@ [build.environment] CHROMEDRIVER_SKIP_DOWNLOAD = "true" -NODE_VERSION = "18" +NODE_VERSION = "22" [build] command = "pnpm run docs:build"