You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@linkis.apache.org by pe...@apache.org on 2023/04/29 06:45:32 UTC

[linkis] branch dev-1.4.0 updated: Upgrade node to version 16.0.0 (#4495)

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

peacewong pushed a commit to branch dev-1.4.0
in repository https://gitbox.apache.org/repos/asf/linkis.git


The following commit(s) were added to refs/heads/dev-1.4.0 by this push:
     new 6f4dad9ac Upgrade node to version 16.0.0 (#4495)
6f4dad9ac is described below

commit 6f4dad9acd8e132a46264eaaf77cd9f4fe5c230b
Author: ahaoyao <12...@users.noreply.github.com>
AuthorDate: Sat Apr 29 14:45:26 2023 +0800

    Upgrade node to version 16.0.0 (#4495)
    
    Co-authored-by: ahaoyao <v_...@webank.com>
---
 .github/workflows/publish-docker.yaml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/workflows/publish-docker.yaml b/.github/workflows/publish-docker.yaml
index 3a9f6c2a0..9a56415b4 100644
--- a/.github/workflows/publish-docker.yaml
+++ b/.github/workflows/publish-docker.yaml
@@ -25,7 +25,7 @@ jobs:
     runs-on: ubuntu-latest
     strategy:
       matrix:
-        node-version: [14.17.3]
+        node-version: [16.0.0]
     timeout-minutes: 90
     env:
       TAG: ${{ github.sha }}


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@linkis.apache.org
For additional commands, e-mail: commits-help@linkis.apache.org