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 <[email protected]>
AuthorDate: Sat Apr 29 14:45:26 2023 +0800

    Upgrade node to version 16.0.0 (#4495)
    
    Co-authored-by: ahaoyao <[email protected]>
---
 .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: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to