You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@inlong.apache.org by do...@apache.org on 2022/02/08 02:19:19 UTC

[incubator-inlong-website] branch master updated: [INLONG-2399] update the github action node version (#277)

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

dockerzhang 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 002bfae  [INLONG-2399] update the github action node version (#277)
002bfae is described below

commit 002bfaeb8c443dcc565b0dd0470a9462c5de6e1d
Author: Daniel <le...@outlook.com>
AuthorDate: Tue Feb 8 10:19:15 2022 +0800

    [INLONG-2399] update the github action node version (#277)
---
 .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 385661c..b292250 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: 14.9.0
+        node-version: 14.19.0
     - name: Build
       run: |
         npm install && npm run build