This is an automated email from the ASF dual-hosted git repository.
ovilia pushed a commit to branch asf-site
in repository https://gitbox.apache.org/repos/asf/echarts-website.git
The following commit(s) were added to refs/heads/asf-site by this push:
new 3c1906793 chore: update deploy node version
3c1906793 is described below
commit 3c190679391fedf2e92e4145d82b83ae571d7dcc
Author: Wenli Zhang <[email protected]>
AuthorDate: Wed Nov 5 17:02:10 2025 +0800
chore: update deploy node version
New theme builder uses vite, which requires node 20 or 22.
---
.github/workflows/deploy.yml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml
index 3d88e283a..b96fe03b2 100644
--- a/.github/workflows/deploy.yml
+++ b/.github/workflows/deploy.yml
@@ -13,7 +13,7 @@ jobs:
- name: Setup Node.js
uses: actions/setup-node@v4
with:
- node-version: 18
+ node-version: 22
registry-url: https://registry.npmjs.org/
- name: Prepare workspace
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]