This is an automated email from the ASF dual-hosted git repository. liuhongyu pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/shenyu-website.git
The following commit(s) were added to refs/heads/main by this push: new 1a4de824e4 feat: 更新node版本18->20 (#1070) 1a4de824e4 is described below commit 1a4de824e47fd13028f772211df668d38e51800f Author: wanhao <wanha...@126.com> AuthorDate: Mon Jul 7 14:57:10 2025 +0800 feat: 更新node版本18->20 (#1070) --- .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 bf8886ccd1..0c52571fb9 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -20,7 +20,7 @@ jobs: name: Setup Node uses: actions/setup-node@v2.4.0 with: - node-version: "18" + node-version: "20" - name: Setup Dependencies run: yarn install