You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@inlong.apache.org by go...@apache.org on 2021/11/04 10:53:40 UTC

[incubator-inlong-website] branch master updated: [INLONG-1752] The official website action failed to build, it may be that the node version needs to be upgraded (#174)

This is an automated email from the ASF dual-hosted git repository.

gosonzhang pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-inlong-website.git


The following commit(s) were added to refs/heads/master by this push:
     new 34172d7  [INLONG-1752] The official website action failed to build, it may be that the node version needs to be upgraded (#174)
34172d7 is described below

commit 34172d7e01d91fb315423d7ce0173531e3ef3539
Author: Daniel <le...@outlook.com>
AuthorDate: Thu Nov 4 18:53:37 2021 +0800

    [INLONG-1752] The official website action failed to build, it may be that the node version needs to be upgraded (#174)
---
 .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 7e9a1a0..154f42b 100644
--- a/.github/workflows/deploy.yml
+++ b/.github/workflows/deploy.yml
@@ -15,7 +15,7 @@ jobs:
     - name: Use Node.js
       uses: actions/setup-node@v1
       with:
-        node-version: 12.13.0
+        node-version: 14.9.0
     - name: Build
       run: |
         npm install && npm run build