This is an automated email from the ASF dual-hosted git repository.
wangzx 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 c38e8df2 chore: use node.js@16
c38e8df2 is described below
commit c38e8df20574caa9ec78666a65e4169d31f3fa28
Author: Zhongxiang Wang <[email protected]>
AuthorDate: Mon Mar 6 03:23:29 2023 +0800
chore: use node.js@16
---
.github/workflows/deploy.yml | 5 +++++
1 file changed, 5 insertions(+)
diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml
index 8efdcfb5..4bd1ca65 100644
--- a/.github/workflows/deploy.yml
+++ b/.github/workflows/deploy.yml
@@ -10,6 +10,11 @@ jobs:
- name: Checkout 🛎️
uses: actions/checkout@v2
+ - name: Setup Node.js
+ uses: actions/setup-node@v3
+ with:
+ node-version: 16
+
- name: Prepare workspace
run: mkdir tmp-workspace
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]